Html Css Color HEX #D52932 Alizarin

📋 copy color: '#D52932'

red 213 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #D52932

Tints of Alizarin #D52932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 70.07%
G = 13.49%
B = 16.45%

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

#D52932 (or 0xD52932) is known color: Alizarin. HEX triplet: D5, 29 and 32. RGB value is (213,41,50). Sum of RGB (Red+Green+Blue) = 213+41+50=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D52932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52932 is #2AD6CD. Grayscale: #5D5D5D. Windows color (decimal): -2807502 or 3287509. OLE color: 3287509.

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

Color convert

RGB 213 41 50 -
CMYK 0 0.81 0.77 0.16
HSL 356.86º 0.68% 0.5% -
HSV(B) 356.86º 0.81% 0.84% -
XYZ 28.81 15.96 4.58 -
YUV 93.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 213 41 50 0 0.81 0.77 0.16 356.86 0.68 0.5
Hex D5 29 32 0 51 4D 10 165 44 32
Octal 325 51 62 0 121 115 20 545 104 62
Binary 11010101 101001 110010 0 1010001 1001101 10000 101100101 1000100 110010

Color Harmonies of #D52932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52932

Black with #D52932

Text Example


Text Example

White with #D52932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52932; }

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

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

background-color css

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

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

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

border-color css

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

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

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