Html Css Color HEX #D11331 Crimson

📋 copy color: '#D11331'

red 209 ◦ green 19 ◦ blue 49

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

Shades of Crimson #D11331

Tints of Crimson #D11331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 75.45%
G = 6.86%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D11331 (or 0xD11331) is known color: Crimson. HEX triplet: D1, 13 and 31. RGB value is (209,19,49). Sum of RGB (Red+Green+Blue) = 209+19+49=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D11331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11331 is #2EECCE. Grayscale: #4F4F4F. Windows color (decimal): -3075279 or 3216337. OLE color: 3216337.

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

Color convert

RGB 209 19 49 -
CMYK 0 0.91 0.77 0.18
HSL 350.53º 0.83% 0.45% -
HSV(B) 350.53º 0.91% 0.82% -
XYZ 27.08 14.24 4.23 -
YUV 79.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 209 19 49 0 0.91 0.77 0.18 350.53 0.83 0.45
Hex D1 13 31 0 5B 4D 12 15F 53 2D
Octal 321 23 61 0 133 115 22 537 123 55
Binary 11010001 10011 110001 0 1011011 1001101 10010 101011111 1010011 101101

Color Harmonies of #D11331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11331

Black with #D11331

Text Example


Text Example

White with #D11331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11331; }

 p { color: rgb(209,19,49); }

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

background-color css

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

 a { background-color: rgb(209,19,49); }

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

border-color css

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

 span { border-color: rgb(209,19,49); }

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