Html Css Color HEX #D11242 Crimson

📋 copy color: '#D11242'

red 209 ◦ green 18 ◦ blue 66

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

Shades of Crimson #D11242

Tints of Crimson #D11242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 71.33%
G = 6.14%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D11242 (or 0xD11242) is known color: Crimson. HEX triplet: D1, 12 and 42. RGB value is (209,18,66). Sum of RGB (Red+Green+Blue) = 209+18+66=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D11242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11242 is #2EEDBD. Grayscale: #505050. Windows color (decimal): -3075518 or 4330193. OLE color: 4330193.

HSL color Cylindrical-coordinate representation of color #D11242: hue angle of 344.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11242 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 66 -
CMYK 0 0.91 0.68 0.18
HSL 344.92º 0.84% 0.45% -
HSV(B) 344.92º 0.91% 0.82% -
XYZ 27.49 14.38 6.48 -
YUV 80.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 209 18 66 0 0.91 0.68 0.18 344.92 0.84 0.45
Hex D1 12 42 0 5B 44 12 159 54 2D
Octal 321 22 102 0 133 104 22 531 124 55
Binary 11010001 10010 1000010 0 1011011 1000100 10010 101011001 1010100 101101

Color Harmonies of #D11242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11242

Black with #D11242

Text Example


Text Example

White with #D11242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11242; }

 p { color: rgb(209,18,66); }

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

background-color css

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

 a { background-color: rgb(209,18,66); }

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

border-color css

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

 span { border-color: rgb(209,18,66); }

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