Html Css Color HEX #D11949 Crimson

📋 copy color: '#D11949'

red 209 ◦ green 25 ◦ blue 73

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

Shades of Crimson #D11949

Tints of Crimson #D11949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.78%

R = 68.08%
G = 8.14%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D11949 (or 0xD11949) is known color: Crimson. HEX triplet: D1, 19 and 49. RGB value is (209,25,73). Sum of RGB (Red+Green+Blue) = 209+25+73=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D11949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11949 is #2EE6B6. Grayscale: #555555. Windows color (decimal): -3073719 or 4790737. OLE color: 4790737.

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

Color convert

RGB 209 25 73 -
CMYK 0 0.88 0.65 0.18
HSL 344.35º 0.79% 0.46% -
HSV(B) 344.35º 0.88% 0.82% -
XYZ 27.84 14.73 7.68 -
YUV 85.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 209 25 73 0 0.88 0.65 0.18 344.35 0.79 0.46
Hex D1 19 49 0 58 41 12 158 4F 2E
Octal 321 31 111 0 130 101 22 530 117 56
Binary 11010001 11001 1001001 0 1011000 1000001 10010 101011000 1001111 101110

Color Harmonies of #D11949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11949

Black with #D11949

Text Example


Text Example

White with #D11949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11949; }

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

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

background-color css

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

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

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

border-color css

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

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

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