Html Css Color HEX #D52239 Alizarin

📋 copy color: '#D52239'

red 213 ◦ green 34 ◦ blue 57

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

Shades of Alizarin #D52239

Tints of Alizarin #D52239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

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

R = 70.07%
G = 11.18%
B = 18.75%

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

#D52239 (or 0xD52239) is known color: Alizarin. HEX triplet: D5, 22 and 39. RGB value is (213,34,57). Sum of RGB (Red+Green+Blue) = 213+34+57=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D52239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52239 is #2ADDC6. Grayscale: #5A5A5A. Windows color (decimal): -2809287 or 3744469. OLE color: 3744469.

HSL color Cylindrical-coordinate representation of color #D52239: hue angle of 352.29º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52239 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 57 -
CMYK 0 0.84 0.73 0.16
HSL 352.29º 0.72% 0.48% -
HSV(B) 352.29º 0.84% 0.84% -
XYZ 28.75 15.59 5.36 -
YUV 90.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 213 34 57 0 0.84 0.73 0.16 352.29 0.72 0.48
Hex D5 22 39 0 54 49 10 160 48 30
Octal 325 42 71 0 124 111 20 540 110 60
Binary 11010101 100010 111001 0 1010100 1001001 10000 101100000 1001000 110000

Color Harmonies of #D52239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52239

Black with #D52239

Text Example


Text Example

White with #D52239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52239; }

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

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

background-color css

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

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

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

border-color css

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

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

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