Html Css Color HEX #D31133 Crimson

📋 copy color: '#D31133'

red 211 ◦ green 17 ◦ blue 51

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

Shades of Crimson #D31133

Tints of Crimson #D31133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 75.63%
G = 6.09%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D31133 (or 0xD31133) is known color: Crimson. HEX triplet: D3, 11 and 33. RGB value is (211,17,51). Sum of RGB (Red+Green+Blue) = 211+17+51=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D31133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31133 is #2CEECC. Grayscale: #4E4E4E. Windows color (decimal): -2944717 or 3346899. OLE color: 3346899.

HSL color Cylindrical-coordinate representation of color #D31133: hue angle of 349.48º 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 #D31133 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 17 51 -
CMYK 0 0.92 0.76 0.17
HSL 349.48º 0.85% 0.45% -
HSV(B) 349.48º 0.92% 0.83% -
XYZ 27.66 14.49 4.47 -
YUV 78.88 112.27 222.24 -
System Red Green Blue C M Y K H S L
Decimal 211 17 51 0 0.92 0.76 0.17 349.48 0.85 0.45
Hex D3 11 33 0 5C 4C 11 15D 55 2D
Octal 323 21 63 0 134 114 21 535 125 55
Binary 11010011 10001 110011 0 1011100 1001100 10001 101011101 1010101 101101

Color Harmonies of #D31133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31133

Black with #D31133

Text Example


Text Example

White with #D31133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31133; }

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

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

background-color css

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

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

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

border-color css

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

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

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