Html Css Color HEX #D53429 Persian Red

📋 copy color: '#D53429'

red 213 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #D53429

Tints of Persian Red #D53429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 69.61%
G = 16.99%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53429 (or 0xD53429) is known color: Persian Red. HEX triplet: D5, 34 and 29. RGB value is (213,52,41). Sum of RGB (Red+Green+Blue) = 213+52+41=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D53429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53429 is #2ACBD6. Grayscale: #636363. Windows color (decimal): -2804695 or 2700501. OLE color: 2700501.

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

Color convert

RGB 213 52 41 -
CMYK 0 0.76 0.81 0.16
HSL 3.84º 0.68% 0.5% -
HSV(B) 3.84º 0.81% 0.84% -
XYZ 29.07 16.76 3.8 -
YUV 98.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 213 52 41 0 0.76 0.81 0.16 3.84 0.68 0.5
Hex D5 34 29 0 4C 51 10 4 44 32
Octal 325 64 51 0 114 121 20 4 104 62
Binary 11010101 110100 101001 0 1001100 1010001 10000 100 1000100 110010

Color Harmonies of #D53429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53429

Black with #D53429

Text Example


Text Example

White with #D53429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53429; }

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

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

background-color css

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

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

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

border-color css

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

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

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