Html Css Color HEX #D52231 Alizarin

📋 copy color: '#D52231'

red 213 ◦ green 34 ◦ blue 49

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

Shades of Alizarin #D52231

Tints of Alizarin #D52231

RGB

 RED value IS 213 (83.59% from 255) = 71.96%

 GREEN value IS 34 (13.67% from 255) = 11.49%

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

R = 71.96%
G = 11.49%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D52231 (or 0xD52231) is known color: Alizarin. HEX triplet: D5, 22 and 31. RGB value is (213,34,49). Sum of RGB (Red+Green+Blue) = 213+34+49=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D52231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52231 is #2ADDCE. Grayscale: #595959. Windows color (decimal): -2809295 or 3220181. OLE color: 3220181.

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

Color convert

RGB 213 34 49 -
CMYK 0 0.84 0.77 0.16
HSL 354.97º 0.72% 0.48% -
HSV(B) 354.97º 0.84% 0.84% -
XYZ 28.57 15.51 4.39 -
YUV 89.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 213 34 49 0 0.84 0.77 0.16 354.97 0.72 0.48
Hex D5 22 31 0 54 4D 10 163 48 30
Octal 325 42 61 0 124 115 20 543 110 60
Binary 11010101 100010 110001 0 1010100 1001101 10000 101100011 1001000 110000

Color Harmonies of #D52231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52231

Black with #D52231

Text Example


Text Example

White with #D52231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52231; }

 p { color: rgb(213,34,49); }

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

background-color css

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

 a { background-color: rgb(213,34,49); }

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

border-color css

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

 span { border-color: rgb(213,34,49); }

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