Html Css Color HEX #D52334 Alizarin

📋 copy color: '#D52334'

red 213 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #D52334

Tints of Alizarin #D52334

RGB

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

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

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

R = 71%
G = 11.67%
B = 17.33%

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

#D52334 (or 0xD52334) is known color: Alizarin. HEX triplet: D5, 23 and 34. RGB value is (213,35,52). Sum of RGB (Red+Green+Blue) = 213+35+52=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D52334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52334 is #2ADCCB. Grayscale: #5A5A5A. Windows color (decimal): -2809036 or 3417045. OLE color: 3417045.

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

Color convert

RGB 213 35 52 -
CMYK 0 0.84 0.76 0.16
HSL 354.27º 0.72% 0.49% -
HSV(B) 354.27º 0.84% 0.84% -
XYZ 28.66 15.6 4.75 -
YUV 90.16 106.47 215.62 -
System Red Green Blue C M Y K H S L
Decimal 213 35 52 0 0.84 0.76 0.16 354.27 0.72 0.49
Hex D5 23 34 0 54 4C 10 162 48 31
Octal 325 43 64 0 124 114 20 542 110 61
Binary 11010101 100011 110100 0 1010100 1001100 10000 101100010 1001000 110001

Color Harmonies of #D52334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52334

Black with #D52334

Text Example


Text Example

White with #D52334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52334; }

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

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

background-color css

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

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

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

border-color css

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

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

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