Html Css Color HEX #D62131 Alizarin

📋 copy color: '#D62131'

red 214 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #D62131

Tints of Alizarin #D62131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

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

R = 72.3%
G = 11.15%
B = 16.55%

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

#D62131 (or 0xD62131) is known color: Alizarin. HEX triplet: D6, 21 and 31. RGB value is (214,33,49). Sum of RGB (Red+Green+Blue) = 214+33+49=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D62131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62131 is #29DECE. Grayscale: #595959. Windows color (decimal): -2744015 or 3219926. OLE color: 3219926.

HSL color Cylindrical-coordinate representation of color #D62131: hue angle of 354.7º degrees, saturation: 0.73, 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 #D62131 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 49 -
CMYK 0 0.85 0.77 0.16
HSL 354.7º 0.73% 0.48% -
HSV(B) 354.7º 0.85% 0.84% -
XYZ 28.83 15.61 4.4 -
YUV 88.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 214 33 49 0 0.85 0.77 0.16 354.7 0.73 0.48
Hex D6 21 31 0 55 4D 10 163 49 30
Octal 326 41 61 0 125 115 20 543 111 60
Binary 11010110 100001 110001 0 1010101 1001101 10000 101100011 1001001 110000

Color Harmonies of #D62131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62131

Black with #D62131

Text Example


Text Example

White with #D62131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62131; }

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

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

background-color css

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

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

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

border-color css

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

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

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