Html Css Color HEX #D52435 Alizarin

📋 copy color: '#D52435'

red 213 ◦ green 36 ◦ blue 53

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

Shades of Alizarin #D52435

Tints of Alizarin #D52435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 70.53%
G = 11.92%
B = 17.55%

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

#D52435 (or 0xD52435) is known color: Alizarin. HEX triplet: D5, 24 and 35. RGB value is (213,36,53). Sum of RGB (Red+Green+Blue) = 213+36+53=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52435 is #2ADBCA. Grayscale: #5A5A5A. Windows color (decimal): -2808779 or 3482837. OLE color: 3482837.

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

Color convert

RGB 213 36 53 -
CMYK 0 0.83 0.75 0.16
HSL 354.24º 0.71% 0.49% -
HSV(B) 354.24º 0.83% 0.84% -
XYZ 28.71 15.66 4.88 -
YUV 90.86 106.64 215.12 -
System Red Green Blue C M Y K H S L
Decimal 213 36 53 0 0.83 0.75 0.16 354.24 0.71 0.49
Hex D5 24 35 0 53 4B 10 162 47 31
Octal 325 44 65 0 123 113 20 542 107 61
Binary 11010101 100100 110101 0 1010011 1001011 10000 101100010 1000111 110001

Color Harmonies of #D52435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52435

Black with #D52435

Text Example


Text Example

White with #D52435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52435; }

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

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

background-color css

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

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

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

border-color css

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

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

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