Html Css Color HEX #D11039 Crimson

📋 copy color: '#D11039'

red 209 ◦ green 16 ◦ blue 57

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

Shades of Crimson #D11039

Tints of Crimson #D11039

RGB

 RED value IS 209 (82.03% from 255) = 74.11%

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

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

R = 74.11%
G = 5.67%
B = 20.21%

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

#D11039 (or 0xD11039) is known color: Crimson. HEX triplet: D1, 10 and 39. RGB value is (209,16,57). Sum of RGB (Red+Green+Blue) = 209+16+57=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D11039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11039 is #2EEFC6. Grayscale: #4E4E4E. Windows color (decimal): -3076039 or 3739857. OLE color: 3739857.

HSL color Cylindrical-coordinate representation of color #D11039: hue angle of 347.25º 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 #D11039 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 57 -
CMYK 0 0.92 0.73 0.18
HSL 347.25º 0.86% 0.44% -
HSV(B) 347.25º 0.92% 0.82% -
XYZ 27.22 14.22 5.18 -
YUV 78.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 209 16 57 0 0.92 0.73 0.18 347.25 0.86 0.44
Hex D1 10 39 0 5C 49 12 15B 56 2C
Octal 321 20 71 0 134 111 22 533 126 54
Binary 11010001 10000 111001 0 1011100 1001001 10010 101011011 1010110 101100

Color Harmonies of #D11039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11039

Black with #D11039

Text Example


Text Example

White with #D11039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11039; }

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

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

background-color css

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

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

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

border-color css

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

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

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