Html Css Color HEX #D52736 Alizarin

📋 copy color: '#D52736'

red 213 ◦ green 39 ◦ blue 54

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

Shades of Alizarin #D52736

Tints of Alizarin #D52736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 69.61%
G = 12.75%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D52736 (or 0xD52736) is known color: Alizarin. HEX triplet: D5, 27 and 36. RGB value is (213,39,54). Sum of RGB (Red+Green+Blue) = 213+39+54=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D52736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52736 is #2AD8C9. Grayscale: #5C5C5C. Windows color (decimal): -2808010 or 3549141. OLE color: 3549141.

HSL color Cylindrical-coordinate representation of color #D52736: hue angle of 354.83º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52736 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 54 -
CMYK 0 0.82 0.75 0.16
HSL 354.83º 0.69% 0.49% -
HSV(B) 354.83º 0.82% 0.84% -
XYZ 28.83 15.86 5.03 -
YUV 92.74 106.15 213.78 -
System Red Green Blue C M Y K H S L
Decimal 213 39 54 0 0.82 0.75 0.16 354.83 0.69 0.49
Hex D5 27 36 0 52 4B 10 163 45 31
Octal 325 47 66 0 122 113 20 543 105 61
Binary 11010101 100111 110110 0 1010010 1001011 10000 101100011 1000101 110001

Color Harmonies of #D52736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52736

Black with #D52736

Text Example


Text Example

White with #D52736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52736; }

 p { color: rgb(213,39,54); }

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

background-color css

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

 a { background-color: rgb(213,39,54); }

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

border-color css

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

 span { border-color: rgb(213,39,54); }

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