Html Css Color HEX #D01039 Crimson

📋 copy color: '#D01039'

red 208 ◦ green 16 ◦ blue 57

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

Shades of Crimson #D01039

Tints of Crimson #D01039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 74.02%
G = 5.69%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D01039 (or 0xD01039) is known color: Crimson. HEX triplet: D0, 10 and 39. RGB value is (208,16,57). Sum of RGB (Red+Green+Blue) = 208+16+57=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D01039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01039 is #2FEFC6. Grayscale: #4E4E4E. Windows color (decimal): -3141575 or 3739856. OLE color: 3739856.

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

Color convert

RGB 208 16 57 -
CMYK 0 0.92 0.73 0.18
HSL 347.19º 0.86% 0.44% -
HSV(B) 347.19º 0.92% 0.82% -
XYZ 26.94 14.08 5.17 -
YUV 78.08 116.11 220.67 -
System Red Green Blue C M Y K H S L
Decimal 208 16 57 0 0.92 0.73 0.18 347.19 0.86 0.44
Hex D0 10 39 0 5C 49 12 15B 56 2C
Octal 320 20 71 0 134 111 22 533 126 54
Binary 11010000 10000 111001 0 1011100 1001001 10010 101011011 1010110 101100

Color Harmonies of #D01039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01039

Black with #D01039

Text Example


Text Example

White with #D01039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01039; }

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

 H1.HeaderClassName
 {
   color: #D01039;
 }
 .AnyTagClassName
 {
   color: #D01039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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