Html Css Color HEX #D52436 Alizarin

📋 copy color: '#D52436'

red 213 ◦ green 36 ◦ blue 54

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

Shades of Alizarin #D52436

Tints of Alizarin #D52436

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 70.3%
G = 11.88%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D52436 (or 0xD52436) is known color: Alizarin. HEX triplet: D5, 24 and 36. RGB value is (213,36,54). Sum of RGB (Red+Green+Blue) = 213+36+54=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D52436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52436 is #2ADBC9. Grayscale: #5B5B5B. Windows color (decimal): -2808778 or 3548373. OLE color: 3548373.

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

Color convert

RGB 213 36 54 -
CMYK 0 0.83 0.75 0.16
HSL 353.9º 0.71% 0.49% -
HSV(B) 353.9º 0.83% 0.84% -
XYZ 28.74 15.67 5 -
YUV 90.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 213 36 54 0 0.83 0.75 0.16 353.9 0.71 0.49
Hex D5 24 36 0 53 4B 10 162 47 31
Octal 325 44 66 0 123 113 20 542 107 61
Binary 11010101 100100 110110 0 1010011 1001011 10000 101100010 1000111 110001

Color Harmonies of #D52436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52436

Black with #D52436

Text Example


Text Example

White with #D52436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52436; }

 p { color: rgb(213,36,54); }

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

background-color css

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

 a { background-color: rgb(213,36,54); }

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

border-color css

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

 span { border-color: rgb(213,36,54); }

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