Html Css Color HEX #D52234 Alizarin

📋 copy color: '#D52234'

red 213 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #D52234

Tints of Alizarin #D52234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 71.24%
G = 11.37%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D52234 (or 0xD52234) is known color: Alizarin. HEX triplet: D5, 22 and 34. RGB value is (213,34,52). Sum of RGB (Red+Green+Blue) = 213+34+52=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D52234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52234 is #2ADDCB. Grayscale: #595959. Windows color (decimal): -2809292 or 3416789. OLE color: 3416789.

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

Color convert

RGB 213 34 52 -
CMYK 0 0.84 0.76 0.16
HSL 353.97º 0.72% 0.48% -
HSV(B) 353.97º 0.84% 0.84% -
XYZ 28.63 15.54 4.74 -
YUV 89.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 213 34 52 0 0.84 0.76 0.16 353.97 0.72 0.48
Hex D5 22 34 0 54 4C 10 162 48 30
Octal 325 42 64 0 124 114 20 542 110 60
Binary 11010101 100010 110100 0 1010100 1001100 10000 101100010 1001000 110000

Color Harmonies of #D52234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52234

Black with #D52234

Text Example


Text Example

White with #D52234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52234; }

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

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

background-color css

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

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

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

border-color css

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

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

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