Html Css Color HEX #D53524 Persian Red

📋 copy color: '#D53524'

red 213 ◦ green 53 ◦ blue 36

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

Shades of Persian Red #D53524

Tints of Persian Red #D53524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 70.53%
G = 17.55%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D53524 (or 0xD53524) is known color: Persian Red. HEX triplet: D5, 35 and 24. RGB value is (213,53,36). Sum of RGB (Red+Green+Blue) = 213+53+36=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D53524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53524 is #2ACADB. Grayscale: #636363. Windows color (decimal): -2804444 or 2373077. OLE color: 2373077.

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

Color convert

RGB 213 53 36 -
CMYK 0 0.75 0.83 0.16
HSL 5.76º 0.71% 0.49% -
HSV(B) 5.76º 0.83% 0.84% -
XYZ 29.03 16.82 3.39 -
YUV 98.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 213 53 36 0 0.75 0.83 0.16 5.76 0.71 0.49
Hex D5 35 24 0 4B 53 10 6 47 31
Octal 325 65 44 0 113 123 20 6 107 61
Binary 11010101 110101 100100 0 1001011 1010011 10000 110 1000111 110001

Color Harmonies of #D53524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53524

Black with #D53524

Text Example


Text Example

White with #D53524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53524; }

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

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

background-color css

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

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

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

border-color css

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

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

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