#D80F39

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

Shades of Crimson #D80F39

Tints of Crimson #D80F39

Color information

#D80F39 (or 0xD80F39) is unknown color: approx Crimson. HEX triplet: D8, 0F and 39. RGB value is (216,15,57). Sum of RGB (Red+Green+Blue) = 216+15+57=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F39 is #27F0C6. Grayscale: #4F4F4F. Windows color (decimal): -2617543 or 3739608. OLE color: 3739608.

HSL color Cylindrical-coordinate representation of color #D80F39: hue angle of 347.46º 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 #D80F39 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB2161557-
CMYK00.930.740.15
HSL347.46º87.01%45.29%-
HSV(B)347.46º93.06%84.71%-
XYZ29.2315.245.27-
YUV79.89115.09225.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75%
GREEN value IS 15 (6.25% from 255) = 5.21%
BLUE value IS 57 (22.66% from 255) = 19.79%
R=75%
G=5.21%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216155700.930.740.15347.4687.0145.29
HexD8F3905D4AF15b572d
Octal330177101351121753312755
Binary11011000111111100101011101100101011111010110111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80F39; }

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

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

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

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

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

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

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

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