Html Css Color HEX #D11142 Crimson

📋 copy color: '#D11142'

red 209 ◦ green 17 ◦ blue 66

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

Shades of Crimson #D11142

Tints of Crimson #D11142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.82%

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

R = 71.58%
G = 5.82%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D11142 (or 0xD11142) is known color: Crimson. HEX triplet: D1, 11 and 42. RGB value is (209,17,66). Sum of RGB (Red+Green+Blue) = 209+17+66=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D11142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11142 is #2EEEBD. Grayscale: #4F4F4F. Windows color (decimal): -3075774 or 4329937. OLE color: 4329937.

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

Color convert

RGB 209 17 66 -
CMYK 0 0.92 0.68 0.18
HSL 344.69º 0.85% 0.44% -
HSV(B) 344.69º 0.92% 0.82% -
XYZ 27.48 14.35 6.48 -
YUV 79.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 209 17 66 0 0.92 0.68 0.18 344.69 0.85 0.44
Hex D1 11 42 0 5C 44 12 159 55 2C
Octal 321 21 102 0 134 104 22 531 125 54
Binary 11010001 10001 1000010 0 1011100 1000100 10010 101011001 1010101 101100

Color Harmonies of #D11142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11142

Black with #D11142

Text Example


Text Example

White with #D11142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11142; }

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

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

background-color css

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

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

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

border-color css

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

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

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