Html Css Color HEX #D53A29 Persian Red

📋 copy color: '#D53A29'

red 213 ◦ green 58 ◦ blue 41

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

Shades of Persian Red #D53A29

Tints of Persian Red #D53A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

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

R = 68.27%
G = 18.59%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53A29 (or 0xD53A29) is known color: Persian Red. HEX triplet: D5, 3A and 29. RGB value is (213,58,41). Sum of RGB (Red+Green+Blue) = 213+58+41=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A29 is #2AC5D6. Grayscale: #666666. Windows color (decimal): -2803159 or 2702037. OLE color: 2702037.

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

Color convert

RGB 213 58 41 -
CMYK 0 0.73 0.81 0.16
HSL 5.93º 0.68% 0.5% -
HSV(B) 5.93º 0.81% 0.84% -
XYZ 29.35 17.33 3.9 -
YUV 102.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 213 58 41 0 0.73 0.81 0.16 5.93 0.68 0.5
Hex D5 3A 29 0 49 51 10 6 44 32
Octal 325 72 51 0 111 121 20 6 104 62
Binary 11010101 111010 101001 0 1001001 1010001 10000 110 1000100 110010

Color Harmonies of #D53A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A29

Black with #D53A29

Text Example


Text Example

White with #D53A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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