Html Css Color HEX #D11839 Crimson

📋 copy color: '#D11839'

red 209 ◦ green 24 ◦ blue 57

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

Shades of Crimson #D11839

Tints of Crimson #D11839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 72.07%
G = 8.28%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D11839 (or 0xD11839) is known color: Crimson. HEX triplet: D1, 18 and 39. RGB value is (209,24,57). Sum of RGB (Red+Green+Blue) = 209+24+57=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D11839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11839 is #2EE7C6. Grayscale: #535353. Windows color (decimal): -3073991 or 3741905. OLE color: 3741905.

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

Color convert

RGB 209 24 57 -
CMYK 0 0.89 0.73 0.18
HSL 349.3º 0.79% 0.46% -
HSV(B) 349.3º 0.89% 0.82% -
XYZ 27.36 14.5 5.23 -
YUV 83.08 113.29 217.82 -
System Red Green Blue C M Y K H S L
Decimal 209 24 57 0 0.89 0.73 0.18 349.3 0.79 0.46
Hex D1 18 39 0 59 49 12 15D 4F 2E
Octal 321 30 71 0 131 111 22 535 117 56
Binary 11010001 11000 111001 0 1011001 1001001 10010 101011101 1001111 101110

Color Harmonies of #D11839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11839

Black with #D11839

Text Example


Text Example

White with #D11839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11839; }

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

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

background-color css

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

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

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

border-color css

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

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

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