Html Css Color HEX #D52339 Alizarin

📋 copy color: '#D52339'

red 213 ◦ green 35 ◦ blue 57

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

Shades of Alizarin #D52339

Tints of Alizarin #D52339

RGB

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

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

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

R = 69.84%
G = 11.48%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D52339 (or 0xD52339) is known color: Alizarin. HEX triplet: D5, 23 and 39. RGB value is (213,35,57). Sum of RGB (Red+Green+Blue) = 213+35+57=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D52339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52339 is #2ADCC6. Grayscale: #5A5A5A. Windows color (decimal): -2809031 or 3744725. OLE color: 3744725.

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

Color convert

RGB 213 35 57 -
CMYK 0 0.84 0.73 0.16
HSL 352.58º 0.72% 0.49% -
HSV(B) 352.58º 0.84% 0.84% -
XYZ 28.78 15.64 5.37 -
YUV 90.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 213 35 57 0 0.84 0.73 0.16 352.58 0.72 0.49
Hex D5 23 39 0 54 49 10 161 48 31
Octal 325 43 71 0 124 111 20 541 110 61
Binary 11010101 100011 111001 0 1010100 1001001 10000 101100001 1001000 110001

Color Harmonies of #D52339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52339

Black with #D52339

Text Example


Text Example

White with #D52339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52339; }

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

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

background-color css

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

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

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

border-color css

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

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

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