Html Css Color HEX #D53529 Persian Red

📋 copy color: '#D53529'

red 213 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #D53529

Tints of Persian Red #D53529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 69.38%
G = 17.26%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53529 (or 0xD53529) is known color: Persian Red. HEX triplet: D5, 35 and 29. RGB value is (213,53,41). Sum of RGB (Red+Green+Blue) = 213+53+41=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D53529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53529 is #2ACAD6. Grayscale: #636363. Windows color (decimal): -2804439 or 2700757. OLE color: 2700757.

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

Color convert

RGB 213 53 41 -
CMYK 0 0.75 0.81 0.16
HSL 4.19º 0.68% 0.5% -
HSV(B) 4.19º 0.81% 0.84% -
XYZ 29.11 16.85 3.82 -
YUV 99.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 213 53 41 0 0.75 0.81 0.16 4.19 0.68 0.5
Hex D5 35 29 0 4B 51 10 4 44 32
Octal 325 65 51 0 113 121 20 4 104 62
Binary 11010101 110101 101001 0 1001011 1010001 10000 100 1000100 110010

Color Harmonies of #D53529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53529

Black with #D53529

Text Example


Text Example

White with #D53529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53529; }

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

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

background-color css

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

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

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

border-color css

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

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

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