#D01439

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

Shades of Crimson #D01439

Tints of Crimson #D01439

Color information

#D01439 (or 0xD01439) is unknown color: approx Crimson. HEX triplet: D0, 14 and 39. RGB value is (208,20,57). Sum of RGB (Red+Green+Blue) = 208+20+57=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D01439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01439 is #2FEBC6. Grayscale: #505050. Windows color (decimal): -3140551 or 3740880. OLE color: 3740880.

HSL color Cylindrical-coordinate representation of color #D01439: hue angle of 348.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01439 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2082057-
CMYK00.900.730.18
HSL348.19º82.46%44.71%-
HSV(B)348.19º90.38%81.57%-
XYZ2714.215.19-
YUV80.43114.78218.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 72.98%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 57 (22.66% from 255) = 20%
R=72.98%
G=7.02%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208205700.900.730.18348.1982.4644.71
HexD0143905A491215c522d
Octal320247101321112253412255
Binary1101000010100111001010110101001001100101010111001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01439; }

 p { color: rgb(208,20,57); }

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

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

 a { background-color: rgb(208,20,57); }

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

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

 span { border-color: rgb(208,20,57); }

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