Html Css Color HEX #E02222 Persian Red

📋 copy color: '#E02222'

red 224 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #E02222

Tints of Persian Red #E02222

RGB

 RED value IS 224 (87.89% from 255) = 76.71%

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

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

R = 76.71%
G = 11.64%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02222 (or 0xE02222) is known color: Persian Red. HEX triplet: E0, 22 and 22. RGB value is (224,34,34). Sum of RGB (Red+Green+Blue) = 224+34+34=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E02222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02222 is #1FDDDD. Grayscale: #5B5B5B. Windows color (decimal): -2088414 or 2237152. OLE color: 2237152.

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

Color convert

RGB 224 34 34 -
CMYK 0 0.85 0.85 0.12
HSL 0.75% 0.51% -
HSV(B) 0.85% 0.88% -
XYZ 31.6 17.11 3.15 -
YUV 90.81 95.95 223 -
System Red Green Blue C M Y K H S L
Decimal 224 34 34 0 0.85 0.85 0.12 0 0.75 0.51
Hex E0 22 22 0 55 55 C 0 4B 33
Octal 340 42 42 0 125 125 14 0 113 63
Binary 11100000 100010 100010 0 1010101 1010101 1100 0 1001011 110011

Color Harmonies of #E02222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02222

Black with #E02222

Text Example


Text Example

White with #E02222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02222; }

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

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

background-color css

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

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

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

border-color css

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

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

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