Html Css Color HEX #D11434 Crimson

📋 copy color: '#D11434'

red 209 ◦ green 20 ◦ blue 52

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

Shades of Crimson #D11434

Tints of Crimson #D11434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 74.38%
G = 7.12%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D11434 (or 0xD11434) is known color: Crimson. HEX triplet: D1, 14 and 34. RGB value is (209,20,52). Sum of RGB (Red+Green+Blue) = 209+20+52=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11434 is #2EEBCB. Grayscale: #505050. Windows color (decimal): -3075020 or 3413201. OLE color: 3413201.

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

Color convert

RGB 209 20 52 -
CMYK 0 0.90 0.75 0.18
HSL 349.84º 0.83% 0.45% -
HSV(B) 349.84º 0.9% 0.82% -
XYZ 27.16 14.3 4.58 -
YUV 80.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 209 20 52 0 0.90 0.75 0.18 349.84 0.83 0.45
Hex D1 14 34 0 5A 4B 12 15E 53 2D
Octal 321 24 64 0 132 113 22 536 123 55
Binary 11010001 10100 110100 0 1011010 1001011 10010 101011110 1010011 101101

Color Harmonies of #D11434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11434

Black with #D11434

Text Example


Text Example

White with #D11434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11434; }

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

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

background-color css

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

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

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

border-color css

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

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

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