#D80F49

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

Shades of Crimson #D80F49

Tints of Crimson #D80F49

Color information

#D80F49 (or 0xD80F49) is unknown color: approx Crimson. HEX triplet: D8, 0F and 49. RGB value is (216,15,73). Sum of RGB (Red+Green+Blue) = 216+15+73=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F49 is #27F0B6. Grayscale: #515151. Windows color (decimal): -2617527 or 4788184. OLE color: 4788184.

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

Color convert

RGB2161573-
CMYK00.930.660.15
HSL342.69º87.01%45.29%-
HSV(B)342.69º93.06%84.71%-
XYZ29.6915.427.72-
YUV81.71123.09223.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 71.05%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=71.05%
G=4.93%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216157300.930.660.15342.6987.0145.29
HexD8F4905D42F157572d
Octal3301711101351021752712755
Binary110110001111100100101011101100001011111010101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80F49; }

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

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

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

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

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

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

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

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