Html Css Color HEX #D11539 Crimson

📋 copy color: '#D11539'

red 209 ◦ green 21 ◦ blue 57

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

Shades of Crimson #D11539

Tints of Crimson #D11539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 72.82%
G = 7.32%
B = 19.86%

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

#D11539 (or 0xD11539) is known color: Crimson. HEX triplet: D1, 15 and 39. RGB value is (209,21,57). Sum of RGB (Red+Green+Blue) = 209+21+57=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D11539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11539 is #2EEAC6. Grayscale: #515151. Windows color (decimal): -3074759 or 3741137. OLE color: 3741137.

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

Color convert

RGB 209 21 57 -
CMYK 0 0.90 0.73 0.18
HSL 348.51º 0.82% 0.45% -
HSV(B) 348.51º 0.9% 0.82% -
XYZ 27.3 14.39 5.21 -
YUV 81.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 209 21 57 0 0.90 0.73 0.18 348.51 0.82 0.45
Hex D1 15 39 0 5A 49 12 15D 52 2D
Octal 321 25 71 0 132 111 22 535 122 55
Binary 11010001 10101 111001 0 1011010 1001001 10010 101011101 1010010 101101

Color Harmonies of #D11539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11539

Black with #D11539

Text Example


Text Example

White with #D11539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11539; }

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

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

background-color css

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

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

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

border-color css

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

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

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