Html Css Color HEX #D11940 Crimson

📋 copy color: '#D11940'

red 209 ◦ green 25 ◦ blue 64

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

Shades of Crimson #D11940

Tints of Crimson #D11940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 70.13%
G = 8.39%
B = 21.48%

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

#D11940 (or 0xD11940) is known color: Crimson. HEX triplet: D1, 19 and 40. RGB value is (209,25,64). Sum of RGB (Red+Green+Blue) = 209+25+64=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D11940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11940 is #2EE6BF. Grayscale: #545454. Windows color (decimal): -3073728 or 4200913. OLE color: 4200913.

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

Color convert

RGB 209 25 64 -
CMYK 0 0.88 0.69 0.18
HSL 347.28º 0.79% 0.46% -
HSV(B) 347.28º 0.88% 0.82% -
XYZ 27.57 14.62 6.22 -
YUV 84.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 209 25 64 0 0.88 0.69 0.18 347.28 0.79 0.46
Hex D1 19 40 0 58 45 12 15B 4F 2E
Octal 321 31 100 0 130 105 22 533 117 56
Binary 11010001 11001 1000000 0 1011000 1000101 10010 101011011 1001111 101110

Color Harmonies of #D11940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11940

Black with #D11940

Text Example


Text Example

White with #D11940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11940; }

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

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

background-color css

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

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

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

border-color css

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

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

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