Html Css Color HEX #D52931 Alizarin

📋 copy color: '#D52931'

red 213 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #D52931

Tints of Alizarin #D52931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

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

R = 70.3%
G = 13.53%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D52931 (or 0xD52931) is known color: Alizarin. HEX triplet: D5, 29 and 31. RGB value is (213,41,49). Sum of RGB (Red+Green+Blue) = 213+41+49=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D52931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52931 is #2AD6CE. Grayscale: #5D5D5D. Windows color (decimal): -2807503 or 3221973. OLE color: 3221973.

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

Color convert

RGB 213 41 49 -
CMYK 0 0.81 0.77 0.16
HSL 357.21º 0.68% 0.5% -
HSV(B) 357.21º 0.81% 0.84% -
XYZ 28.79 15.95 4.47 -
YUV 93.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 213 41 49 0 0.81 0.77 0.16 357.21 0.68 0.5
Hex D5 29 31 0 51 4D 10 165 44 32
Octal 325 51 61 0 121 115 20 545 104 62
Binary 11010101 101001 110001 0 1010001 1001101 10000 101100101 1000100 110010

Color Harmonies of #D52931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52931

Black with #D52931

Text Example


Text Example

White with #D52931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52931; }

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

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

background-color css

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

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

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

border-color css

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

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

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