Html Css Color HEX #D52735 Alizarin

📋 copy color: '#D52735'

red 213 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #D52735

Tints of Alizarin #D52735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 69.84%
G = 12.79%
B = 17.38%

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

#D52735 (or 0xD52735) is known color: Alizarin. HEX triplet: D5, 27 and 35. RGB value is (213,39,53). Sum of RGB (Red+Green+Blue) = 213+39+53=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D52735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52735 is #2AD8CA. Grayscale: #5C5C5C. Windows color (decimal): -2808011 or 3483605. OLE color: 3483605.

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

Color convert

RGB 213 39 53 -
CMYK 0 0.82 0.75 0.16
HSL 355.17º 0.69% 0.49% -
HSV(B) 355.17º 0.82% 0.84% -
XYZ 28.81 15.85 4.91 -
YUV 92.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 213 39 53 0 0.82 0.75 0.16 355.17 0.69 0.49
Hex D5 27 35 0 52 4B 10 163 45 31
Octal 325 47 65 0 122 113 20 543 105 61
Binary 11010101 100111 110101 0 1010010 1001011 10000 101100011 1000101 110001

Color Harmonies of #D52735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52735

Black with #D52735

Text Example


Text Example

White with #D52735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52735; }

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

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

background-color css

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

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

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

border-color css

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

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

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