Html Css Color HEX #E52222 Persian Red

📋 copy color: '#E52222'

red 229 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #E52222

Tints of Persian Red #E52222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

 BLUE value IS 34 (13.67% from 255) = 11.45%

R = 77.1%
G = 11.45%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E52222 (or 0xE52222) is known color: Persian Red. HEX triplet: E5, 22 and 22. RGB value is (229,34,34). Sum of RGB (Red+Green+Blue) = 229+34+34=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E52222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52222 is #1ADDDD. Grayscale: #5C5C5C. Windows color (decimal): -1760734 or 2237157. OLE color: 2237157.

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

Color convert

RGB 229 34 34 -
CMYK 0 0.85 0.85 0.10
HSL 0.79% 0.52% -
HSV(B) 0.85% 0.9% -
XYZ 33.17 17.92 3.22 -
YUV 92.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 229 34 34 0 0.85 0.85 0.10 0 0.79 0.52
Hex E5 22 22 0 55 55 A 0 4F 34
Octal 345 42 42 0 125 125 12 0 117 64
Binary 11100101 100010 100010 0 1010101 1010101 1010 0 1001111 110100

Color Harmonies of #E52222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52222

Black with #E52222

Text Example


Text Example

White with #E52222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52222; }

 p { color: rgb(229,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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