Html Css Color HEX #D52A35 Alizarin

📋 copy color: '#D52A35'

red 213 ◦ green 42 ◦ blue 53

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

Shades of Alizarin #D52A35

Tints of Alizarin #D52A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.64%

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

R = 69.16%
G = 13.64%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D52A35 (or 0xD52A35) is known color: Alizarin. HEX triplet: D5, 2A and 35. RGB value is (213,42,53). Sum of RGB (Red+Green+Blue) = 213+42+53=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52A35 is #2AD5CA. Grayscale: #5E5E5E. Windows color (decimal): -2807243 or 3484373. OLE color: 3484373.

HSL color Cylindrical-coordinate representation of color #D52A35: hue angle of 356.14º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52A35 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 42 53 -
CMYK 0 0.80 0.75 0.16
HSL 356.14º 0.67% 0.5% -
HSV(B) 356.14º 0.8% 0.84% -
XYZ 28.91 16.06 4.94 -
YUV 94.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 213 42 53 0 0.80 0.75 0.16 356.14 0.67 0.5
Hex D5 2A 35 0 50 4B 10 164 43 32
Octal 325 52 65 0 120 113 20 544 103 62
Binary 11010101 101010 110101 0 1010000 1001011 10000 101100100 1000011 110010

Color Harmonies of #D52A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A35

Black with #D52A35

Text Example


Text Example

White with #D52A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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