Html Css Color HEX #D52332 Alizarin

📋 copy color: '#D52332'

red 213 ◦ green 35 ◦ blue 50

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

Shades of Alizarin #D52332

Tints of Alizarin #D52332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 71.48%
G = 11.74%
B = 16.78%

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

#D52332 (or 0xD52332) is known color: Alizarin. HEX triplet: D5, 23 and 32. RGB value is (213,35,50). Sum of RGB (Red+Green+Blue) = 213+35+50=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D52332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52332 is #2ADCCD. Grayscale: #5A5A5A. Windows color (decimal): -2809038 or 3285973. OLE color: 3285973.

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

Color convert

RGB 213 35 50 -
CMYK 0 0.84 0.77 0.16
HSL 354.94º 0.72% 0.49% -
HSV(B) 354.94º 0.84% 0.84% -
XYZ 28.62 15.58 4.52 -
YUV 89.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 213 35 50 0 0.84 0.77 0.16 354.94 0.72 0.49
Hex D5 23 32 0 54 4D 10 163 48 31
Octal 325 43 62 0 124 115 20 543 110 61
Binary 11010101 100011 110010 0 1010100 1001101 10000 101100011 1001000 110001

Color Harmonies of #D52332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52332

Black with #D52332

Text Example


Text Example

White with #D52332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52332; }

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

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

background-color css

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

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

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

border-color css

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

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

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