#D00F42

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

Shades of Crimson #D00F42

Tints of Crimson #D00F42

Color information

#D00F42 (or 0xD00F42) is unknown color: approx Crimson. HEX triplet: D0, 0F and 42. RGB value is (208,15,66). Sum of RGB (Red+Green+Blue) = 208+15+66=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00F42 is #2FF0BD. Grayscale: #4E4E4E. Windows color (decimal): -3141822 or 4329424. OLE color: 4329424.

HSL color Cylindrical-coordinate representation of color #D00F42: hue angle of 344.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F42 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2081566-
CMYK00.930.680.18
HSL344.15º86.55%43.73%-
HSV(B)344.15º92.79%81.57%-
XYZ27.1714.146.45-
YUV78.52120.94220.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.97%
GREEN value IS 15 (6.25% from 255) = 5.19%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=71.97%
G=5.19%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208156600.930.680.18344.1586.5543.73
HexD0F4205D4412158572c
Octal3201710201351042253012754
Binary1101000011111000010010111011000100100101010110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F42; }

 p { color: rgb(208,15,66); }

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

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

 a { background-color: rgb(208,15,66); }

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

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

 span { border-color: rgb(208,15,66); }

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