Html Css Color HEX #D11244 Crimson

📋 copy color: '#D11244'

red 209 ◦ green 18 ◦ blue 68

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

Shades of Crimson #D11244

Tints of Crimson #D11244

RGB

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

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

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

R = 70.85%
G = 6.1%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D11244 (or 0xD11244) is known color: Crimson. HEX triplet: D1, 12 and 44. RGB value is (209,18,68). Sum of RGB (Red+Green+Blue) = 209+18+68=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D11244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11244 is #2EEDBB. Grayscale: #505050. Windows color (decimal): -3075516 or 4461265. OLE color: 4461265.

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

Color convert

RGB 209 18 68 -
CMYK 0 0.91 0.67 0.18
HSL 344.29º 0.84% 0.45% -
HSV(B) 344.29º 0.91% 0.82% -
XYZ 27.55 14.41 6.8 -
YUV 80.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 209 18 68 0 0.91 0.67 0.18 344.29 0.84 0.45
Hex D1 12 44 0 5B 43 12 158 54 2D
Octal 321 22 104 0 133 103 22 530 124 55
Binary 11010001 10010 1000100 0 1011011 1000011 10010 101011000 1010100 101101

Color Harmonies of #D11244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11244

Black with #D11244

Text Example


Text Example

White with #D11244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11244; }

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

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

background-color css

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

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

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

border-color css

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

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

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