Html Css Color HEX #E5201D Persian Red

📋 copy color: '#E5201D'

red 229 ◦ green 32 ◦ blue 29

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

Shades of Persian Red #E5201D

Tints of Persian Red #E5201D

RGB

 RED value IS 229 (89.84% from 255) = 78.97%

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 29 (11.72% from 255) = 10%

R = 78.97%
G = 11.03%
B = 10%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5201D (or 0xE5201D) is known color: Persian Red. HEX triplet: E5, 20 and 1D. RGB value is (229,32,29). Sum of RGB (Red+Green+Blue) = 229+32+29=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E5201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5201D is #1ADFE2. Grayscale: #5A5A5A. Windows color (decimal): -1761251 or 1908965. OLE color: 1908965.

HSL color Cylindrical-coordinate representation of color #E5201D: hue angle of 0.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5201D is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 29 -
CMYK 0 0.86 0.87 0.10
HSL 0.9º 0.79% 0.51% -
HSV(B) 0.9º 0.87% 0.9% -
XYZ 33.05 17.78 2.85 -
YUV 90.56 93.27 226.74 -
System Red Green Blue C M Y K H S L
Decimal 229 32 29 0 0.86 0.87 0.10 0.9 0.79 0.51
Hex E5 20 1D 0 56 57 A 1 4F 33
Octal 345 40 35 0 126 127 12 1 117 63
Binary 11100101 100000 11101 0 1010110 1010111 1010 1 1001111 110011

Color Harmonies of #E5201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5201D

Black with #E5201D

Text Example


Text Example

White with #E5201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5201D; }

 p { color: rgb(229,32,29); }

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

background-color css

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

 a { background-color: rgb(229,32,29); }

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

border-color css

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

 span { border-color: rgb(229,32,29); }

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