Html Css Color HEX #D31131 Crimson

📋 copy color: '#D31131'

red 211 ◦ green 17 ◦ blue 49

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

Shades of Crimson #D31131

Tints of Crimson #D31131

RGB

 RED value IS 211 (82.81% from 255) = 76.17%

 GREEN value IS 17 (7.03% from 255) = 6.14%

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

R = 76.17%
G = 6.14%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D31131 (or 0xD31131) is known color: Crimson. HEX triplet: D3, 11 and 31. RGB value is (211,17,49). Sum of RGB (Red+Green+Blue) = 211+17+49=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D31131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31131 is #2CEECE. Grayscale: #4E4E4E. Windows color (decimal): -2944719 or 3215827. OLE color: 3215827.

HSL color Cylindrical-coordinate representation of color #D31131: hue angle of 350.1º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31131 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 17 49 -
CMYK 0 0.92 0.77 0.17
HSL 350.1º 0.85% 0.45% -
HSV(B) 350.1º 0.92% 0.83% -
XYZ 27.62 14.47 4.24 -
YUV 78.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 211 17 49 0 0.92 0.77 0.17 350.1 0.85 0.45
Hex D3 11 31 0 5C 4D 11 15E 55 2D
Octal 323 21 61 0 134 115 21 536 125 55
Binary 11010011 10001 110001 0 1011100 1001101 10001 101011110 1010101 101101

Color Harmonies of #D31131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31131

Black with #D31131

Text Example


Text Example

White with #D31131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31131; }

 p { color: rgb(211,17,49); }

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

background-color css

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

 a { background-color: rgb(211,17,49); }

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

border-color css

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

 span { border-color: rgb(211,17,49); }

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