Html Css Color HEX #D52A39 Alizarin

📋 copy color: '#D52A39'

red 213 ◦ green 42 ◦ blue 57

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

Shades of Alizarin #D52A39

Tints of Alizarin #D52A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 68.27%
G = 13.46%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D52A39 (or 0xD52A39) is known color: Alizarin. HEX triplet: D5, 2A and 39. RGB value is (213,42,57). Sum of RGB (Red+Green+Blue) = 213+42+57=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52A39 is #2AD5C6. Grayscale: #5E5E5E. Windows color (decimal): -2807239 or 3746517. OLE color: 3746517.

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

Color convert

RGB 213 42 57 -
CMYK 0 0.80 0.73 0.16
HSL 354.74º 0.67% 0.5% -
HSV(B) 354.74º 0.8% 0.84% -
XYZ 29.01 16.1 5.45 -
YUV 94.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 213 42 57 0 0.80 0.73 0.16 354.74 0.67 0.5
Hex D5 2A 39 0 50 49 10 163 43 32
Octal 325 52 71 0 120 111 20 543 103 62
Binary 11010101 101010 111001 0 1010000 1001001 10000 101100011 1000011 110010

Color Harmonies of #D52A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A39

Black with #D52A39

Text Example


Text Example

White with #D52A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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