Html Css Color HEX #D11144 Crimson

📋 copy color: '#D11144'

red 209 ◦ green 17 ◦ blue 68

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

Shades of Crimson #D11144

Tints of Crimson #D11144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 71.09%
G = 5.78%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D11144 (or 0xD11144) is known color: Crimson. HEX triplet: D1, 11 and 44. RGB value is (209,17,68). Sum of RGB (Red+Green+Blue) = 209+17+68=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D11144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11144 is #2EEEBB. Grayscale: #505050. Windows color (decimal): -3075772 or 4461009. OLE color: 4461009.

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

Color convert

RGB 209 17 68 -
CMYK 0 0.92 0.67 0.18
HSL 344.06º 0.85% 0.44% -
HSV(B) 344.06º 0.92% 0.82% -
XYZ 27.54 14.37 6.79 -
YUV 80.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 209 17 68 0 0.92 0.67 0.18 344.06 0.85 0.44
Hex D1 11 44 0 5C 43 12 158 55 2C
Octal 321 21 104 0 134 103 22 530 125 54
Binary 11010001 10001 1000100 0 1011100 1000011 10010 101011000 1010101 101100

Color Harmonies of #D11144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11144

Black with #D11144

Text Example


Text Example

White with #D11144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11144; }

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

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

background-color css

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

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

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

border-color css

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

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

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