Html Css Color HEX #D21131 Crimson

📋 copy color: '#D21131'

red 210 ◦ green 17 ◦ blue 49

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

Shades of Crimson #D21131

Tints of Crimson #D21131

RGB

 RED value IS 210 (82.42% from 255) = 76.09%

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

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

R = 76.09%
G = 6.16%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21131 (or 0xD21131) is known color: Crimson. HEX triplet: D2, 11 and 31. RGB value is (210,17,49). Sum of RGB (Red+Green+Blue) = 210+17+49=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D21131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21131 is #2DEECE. Grayscale: #4E4E4E. Windows color (decimal): -3010255 or 3215826. OLE color: 3215826.

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

Color convert

RGB 210 17 49 -
CMYK 0 0.92 0.77 0.18
HSL 350.05º 0.85% 0.45% -
HSV(B) 350.05º 0.92% 0.82% -
XYZ 27.33 14.32 4.23 -
YUV 78.36 111.44 221.9 -
System Red Green Blue C M Y K H S L
Decimal 210 17 49 0 0.92 0.77 0.18 350.05 0.85 0.45
Hex D2 11 31 0 5C 4D 12 15E 55 2D
Octal 322 21 61 0 134 115 22 536 125 55
Binary 11010010 10001 110001 0 1011100 1001101 10010 101011110 1010101 101101

Color Harmonies of #D21131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21131

Black with #D21131

Text Example


Text Example

White with #D21131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21131; }

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

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

background-color css

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

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

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

border-color css

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

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

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