Html Css Color HEX #D01439 Crimson

📋 copy color: '#D01439'

red 208 ◦ green 20 ◦ blue 57

#D01439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D01439

Tints of Crimson #D01439

RGB

 RED value IS 208 (81.64% from 255) = 72.98%

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 57 (22.66% from 255) = 20%

R = 72.98%
G = 7.02%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D01439 (or 0xD01439) is known color: 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

RGB 208 20 57 -
CMYK 0 0.90 0.73 0.18
HSL 348.19º 0.82% 0.45% -
HSV(B) 348.19º 0.9% 0.82% -
XYZ 27 14.21 5.19 -
YUV 80.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 208 20 57 0 0.90 0.73 0.18 348.19 0.82 0.45
Hex D0 14 39 0 5A 49 12 15C 52 2D
Octal 320 24 71 0 132 111 22 534 122 55
Binary 11010000 10100 111001 0 1011010 1001001 10010 101011100 1010010 101101

Color Harmonies of #D01439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01439

Black with #D01439

Text Example


Text Example

White with #D01439

Text Example


Text Example

HTML Codes & Css Web 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>