Html Css Color HEX #D62031 Alizarin

📋 copy color: '#D62031'

red 214 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #D62031

Tints of Alizarin #D62031

RGB

 RED value IS 214 (83.98% from 255) = 72.54%

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 72.54%
G = 10.85%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D62031 (or 0xD62031) is known color: Alizarin. HEX triplet: D6, 20 and 31. RGB value is (214,32,49). Sum of RGB (Red+Green+Blue) = 214+32+49=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D62031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62031 is #29DFCE. Grayscale: #585858. Windows color (decimal): -2744271 or 3219670. OLE color: 3219670.

HSL color Cylindrical-coordinate representation of color #D62031: hue angle of 354.4º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62031 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 49 -
CMYK 0 0.85 0.77 0.16
HSL 354.4º 0.74% 0.48% -
HSV(B) 354.4º 0.85% 0.84% -
XYZ 28.8 15.55 4.39 -
YUV 88.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 214 32 49 0 0.85 0.77 0.16 354.4 0.74 0.48
Hex D6 20 31 0 55 4D 10 162 4A 30
Octal 326 40 61 0 125 115 20 542 112 60
Binary 11010110 100000 110001 0 1010101 1001101 10000 101100010 1001010 110000

Color Harmonies of #D62031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62031

Black with #D62031

Text Example


Text Example

White with #D62031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62031; }

 p { color: rgb(214,32,49); }

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

background-color css

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

 a { background-color: rgb(214,32,49); }

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

border-color css

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

 span { border-color: rgb(214,32,49); }

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