Html Css Color HEX #D11436 Crimson

📋 copy color: '#D11436'

red 209 ◦ green 20 ◦ blue 54

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

Shades of Crimson #D11436

Tints of Crimson #D11436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 73.85%
G = 7.07%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D11436 (or 0xD11436) is known color: Crimson. HEX triplet: D1, 14 and 36. RGB value is (209,20,54). Sum of RGB (Red+Green+Blue) = 209+20+54=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D11436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11436 is #2EEBC9. Grayscale: #505050. Windows color (decimal): -3075018 or 3544273. OLE color: 3544273.

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

Color convert

RGB 209 20 54 -
CMYK 0 0.90 0.74 0.18
HSL 349.21º 0.83% 0.45% -
HSV(B) 349.21º 0.9% 0.82% -
XYZ 27.21 14.32 4.82 -
YUV 80.39 113.12 219.74 -
System Red Green Blue C M Y K H S L
Decimal 209 20 54 0 0.90 0.74 0.18 349.21 0.83 0.45
Hex D1 14 36 0 5A 4A 12 15D 53 2D
Octal 321 24 66 0 132 112 22 535 123 55
Binary 11010001 10100 110110 0 1011010 1001010 10010 101011101 1010011 101101

Color Harmonies of #D11436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11436

Black with #D11436

Text Example


Text Example

White with #D11436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11436; }

 p { color: rgb(209,20,54); }

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

background-color css

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

 a { background-color: rgb(209,20,54); }

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

border-color css

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

 span { border-color: rgb(209,20,54); }

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