#D80F33

Color #D80F33 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D80F33

Tints of Crimson #D80F33

Color information

#D80F33 (or 0xD80F33) is unknown color: approx Crimson. HEX triplet: D8, 0F and 33. RGB value is (216,15,51). Sum of RGB (Red+Green+Blue) = 216+15+51=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F33 is #27F0CC. Grayscale: #4F4F4F. Windows color (decimal): -2617549 or 3346392. OLE color: 3346392.

HSL color Cylindrical-coordinate representation of color #D80F33: hue angle of 349.25º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F33 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2161551-
CMYK00.930.760.15
HSL349.25º87.01%45.29%-
HSV(B)349.25º93.06%84.71%-
XYZ29.0915.184.53-
YUV79.2112.09225.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 76.60%
GREEN value IS 15 (6.25% from 255) = 5.32%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=76.60%
G=5.32%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216155100.930.760.15349.2587.0145.29
HexD8F3305D4CF15d572d
Octal330176301351141753512755
Binary11011000111111001101011101100110011111010111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80F33; }

 p { color: rgb(216,15,51); }

 H1.HeaderClassName
 {
   color: #D80F33;
 }
 .AnyTagClassName
 {
   color: #D80F33;
 }
</style>
background-color css

<style>
 a { background-color: #D80F33; }

 a { background-color: rgb(216,15,51); }

 div.DivClassName
 {
   background-color: #D80F33;
 }
 .BgClassName
 {
   background-color: #D80F33;
 }
</style>
border-color css

<style>
 span { border-color: #D80F33; }

 span { border-color: rgb(216,15,51); }

 td.TdClassName
 {
   border-color: #D80F33;
 }
 .TagClassName
 {
   border-color: #D80F33;
 }
</style>