Html Css Color HEX #D11941 Crimson

📋 copy color: '#D11941'

red 209 ◦ green 25 ◦ blue 65

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

Shades of Crimson #D11941

Tints of Crimson #D11941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 69.9%
G = 8.36%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D11941 (or 0xD11941) is known color: Crimson. HEX triplet: D1, 19 and 41. RGB value is (209,25,65). Sum of RGB (Red+Green+Blue) = 209+25+65=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D11941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11941 is #2EE6BE. Grayscale: #545454. Windows color (decimal): -3073727 or 4266449. OLE color: 4266449.

HSL color Cylindrical-coordinate representation of color #D11941: hue angle of 346.96º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11941 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 65 -
CMYK 0 0.88 0.69 0.18
HSL 346.96º 0.79% 0.46% -
HSV(B) 346.96º 0.88% 0.82% -
XYZ 27.6 14.63 6.37 -
YUV 84.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 209 25 65 0 0.88 0.69 0.18 346.96 0.79 0.46
Hex D1 19 41 0 58 45 12 15B 4F 2E
Octal 321 31 101 0 130 105 22 533 117 56
Binary 11010001 11001 1000001 0 1011000 1000101 10010 101011011 1001111 101110

Color Harmonies of #D11941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11941

Black with #D11941

Text Example


Text Example

White with #D11941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11941; }

 p { color: rgb(209,25,65); }

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

background-color css

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

 a { background-color: rgb(209,25,65); }

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

border-color css

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

 span { border-color: rgb(209,25,65); }

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