#D80041

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

Shades of Crimson #D80041

Tints of Crimson #D80041

Color information

#D80041 (or 0xD80041) is unknown color: approx Crimson. HEX triplet: D8, 00 and 41. RGB value is (216,0,65). Sum of RGB (Red+Green+Blue) = 216+0+65=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D80041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80041 is #27FFBE. Grayscale: #474747. Windows color (decimal): -2621375 or 4260056. OLE color: 4260056.

HSL color Cylindrical-coordinate representation of color #D80041: hue angle of 341.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80041 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB216065-
CMYK010.700.15
HSL341.94º100%42.35%-
HSV(B)341.94º100%84.71%-
XYZ29.2714.986.35-
YUV71.99124.06230.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=76.87%
G=0%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216065010.700.15341.9410042.35
HexD804106446F156642a
Octal330010101441061752614452
Binary110110000100000101100100100011011111010101101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80041; }

 p { color: rgb(216,0,65); }

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

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

 a { background-color: rgb(216,0,65); }

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

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

 span { border-color: rgb(216,0,65); }

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