Html Css Color HEX #E52321 Persian Red

📋 copy color: '#E52321'

red 229 ◦ green 35 ◦ blue 33

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

Shades of Persian Red #E52321

Tints of Persian Red #E52321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 77.1%
G = 11.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E52321 (or 0xE52321) is known color: Persian Red. HEX triplet: E5, 23 and 21. RGB value is (229,35,33). Sum of RGB (Red+Green+Blue) = 229+35+33=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E52321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52321 is #1ADCDE. Grayscale: #5C5C5C. Windows color (decimal): -1760479 or 2171877. OLE color: 2171877.

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

Color convert

RGB 229 35 33 -
CMYK 0 0.85 0.86 0.10
HSL 0.61º 0.79% 0.51% -
HSV(B) 0.61º 0.86% 0.9% -
XYZ 33.19 17.97 3.16 -
YUV 92.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 229 35 33 0 0.85 0.86 0.10 0.61 0.79 0.51
Hex E5 23 21 0 55 56 A 1 4F 33
Octal 345 43 41 0 125 126 12 1 117 63
Binary 11100101 100011 100001 0 1010101 1010110 1010 1 1001111 110011

Color Harmonies of #E52321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52321

Black with #E52321

Text Example


Text Example

White with #E52321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52321; }

 p { color: rgb(229,35,33); }

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

background-color css

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

 a { background-color: rgb(229,35,33); }

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

border-color css

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

 span { border-color: rgb(229,35,33); }

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