Html Css Color HEX #E72222 Persian Red

📋 copy color: '#E72222'

red 231 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #E72222

Tints of Persian Red #E72222

RGB

 RED value IS 231 (90.63% from 255) = 77.26%

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

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

R = 77.26%
G = 11.37%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E72222 (or 0xE72222) is known color: Persian Red. HEX triplet: E7, 22 and 22. RGB value is (231,34,34). Sum of RGB (Red+Green+Blue) = 231+34+34=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E72222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72222 is #18DDDD. Grayscale: #5D5D5D. Windows color (decimal): -1629662 or 2237159. OLE color: 2237159.

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

Color convert

RGB 231 34 34 -
CMYK 0 0.85 0.85 0.09
HSL 0.8% 0.52% -
HSV(B) 0.85% 0.91% -
XYZ 33.82 18.25 3.25 -
YUV 92.9 94.77 226.5 -
System Red Green Blue C M Y K H S L
Decimal 231 34 34 0 0.85 0.85 0.09 0 0.8 0.52
Hex E7 22 22 0 55 55 9 0 50 34
Octal 347 42 42 0 125 125 11 0 120 64
Binary 11100111 100010 100010 0 1010101 1010101 1001 0 1010000 110100

Color Harmonies of #E72222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72222

Black with #E72222

Text Example


Text Example

White with #E72222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72222; }

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

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

background-color css

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

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

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

border-color css

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

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

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