Html Css Color HEX #D53629 Persian Red

📋 copy color: '#D53629'

red 213 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #D53629

Tints of Persian Red #D53629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 69.16%
G = 17.53%
B = 13.31%

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

#D53629 (or 0xD53629) is known color: Persian Red. HEX triplet: D5, 36 and 29. RGB value is (213,54,41). Sum of RGB (Red+Green+Blue) = 213+54+41=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D53629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53629 is #2AC9D6. Grayscale: #646464. Windows color (decimal): -2804183 or 2701013. OLE color: 2701013.

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

Color convert

RGB 213 54 41 -
CMYK 0 0.75 0.81 0.16
HSL 4.53º 0.68% 0.5% -
HSV(B) 4.53º 0.81% 0.84% -
XYZ 29.16 16.94 3.83 -
YUV 100.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 213 54 41 0 0.75 0.81 0.16 4.53 0.68 0.5
Hex D5 36 29 0 4B 51 10 5 44 32
Octal 325 66 51 0 113 121 20 5 104 62
Binary 11010101 110110 101001 0 1001011 1010001 10000 101 1000100 110010

Color Harmonies of #D53629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53629

Black with #D53629

Text Example


Text Example

White with #D53629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53629; }

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

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

background-color css

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

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

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

border-color css

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

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

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