Html Css Color HEX #E22A2A Persian Red

📋 copy color: '#E22A2A'

red 226 ◦ green 42 ◦ blue 42

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

Shades of Persian Red #E22A2A

Tints of Persian Red #E22A2A

RGB

 RED value IS 226 (88.67% from 255) = 72.9%

 GREEN value IS 42 (16.8% from 255) = 13.55%

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 72.9%
G = 13.55%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E22A2A (or 0xE22A2A) is known color: Persian Red. HEX triplet: E2, 2A and 2A. RGB value is (226,42,42). Sum of RGB (Red+Green+Blue) = 226+42+42=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E22A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22A2A is #1DD5D5. Grayscale: #616161. Windows color (decimal): -1955286 or 2763490. OLE color: 2763490.

HSL color Cylindrical-coordinate representation of color #E22A2A: hue angle of 0º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22A2A is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 42 42 -
CMYK 0 0.81 0.81 0.11
HSL 0.76% 0.53% -
HSV(B) 0.81% 0.89% -
XYZ 32.61 17.99 3.94 -
YUV 97.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 226 42 42 0 0.81 0.81 0.11 0 0.76 0.53
Hex E2 2A 2A 0 51 51 B 0 4C 35
Octal 342 52 52 0 121 121 13 0 114 65
Binary 11100010 101010 101010 0 1010001 1010001 1011 0 1001100 110101

Color Harmonies of #E22A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22A2A

Black with #E22A2A

Text Example


Text Example

White with #E22A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22A2A; }

 p { color: rgb(226,42,42); }

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

background-color css

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

 a { background-color: rgb(226,42,42); }

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

border-color css

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

 span { border-color: rgb(226,42,42); }

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