Html Css Color HEX #D52131 Alizarin

📋 copy color: '#D52131'

red 213 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #D52131

Tints of Alizarin #D52131

RGB

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

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

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

R = 72.2%
G = 11.19%
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

#D52131 (or 0xD52131) is known color: Alizarin. HEX triplet: D5, 21 and 31. RGB value is (213,33,49). Sum of RGB (Red+Green+Blue) = 213+33+49=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D52131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52131 is #2ADECE. Grayscale: #585858. Windows color (decimal): -2809551 or 3219925. OLE color: 3219925.

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

Color convert

RGB 213 33 49 -
CMYK 0 0.85 0.77 0.16
HSL 354.67º 0.73% 0.48% -
HSV(B) 354.67º 0.85% 0.84% -
XYZ 28.54 15.46 4.38 -
YUV 88.64 105.63 216.7 -
System Red Green Blue C M Y K H S L
Decimal 213 33 49 0 0.85 0.77 0.16 354.67 0.73 0.48
Hex D5 21 31 0 55 4D 10 163 49 30
Octal 325 41 61 0 125 115 20 543 111 60
Binary 11010101 100001 110001 0 1010101 1001101 10000 101100011 1001001 110000

Color Harmonies of #D52131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52131

Black with #D52131

Text Example


Text Example

White with #D52131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52131; }

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

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

background-color css

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

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

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

border-color css

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

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

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