#D80F4A

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

Shades of Crimson #D80F4A

Tints of Crimson #D80F4A

Color information

#D80F4A (or 0xD80F4A) is unknown color: approx Crimson. HEX triplet: D8, 0F and 4A. RGB value is (216,15,74). Sum of RGB (Red+Green+Blue) = 216+15+74=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F4A is #27F0B5. Grayscale: #515151. Windows color (decimal): -2617526 or 4853720. OLE color: 4853720.

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

Color convert

RGB2161574-
CMYK00.930.660.15
HSL342.39º87.01%45.29%-
HSV(B)342.39º93.06%84.71%-
XYZ29.7315.437.89-
YUV81.83123.59223.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 70.82%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=70.82%
G=4.92%
B=24.26%

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
Decimal216157400.930.660.15342.3987.0145.29
HexD8F4A05D42F156572d
Octal3301711201351021752612755
Binary110110001111100101001011101100001011111010101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80F4A; }

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

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

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

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

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

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

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

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