Html Css Color HEX #E22821 Persian Red

📋 copy color: '#E22821'

red 226 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #E22821

Tints of Persian Red #E22821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 75.59%
G = 13.38%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E22821 (or 0xE22821) is known color: Persian Red. HEX triplet: E2, 28 and 21. RGB value is (226,40,33). Sum of RGB (Red+Green+Blue) = 226+40+33=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E22821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22821 is #1DD7DE. Grayscale: #5F5F5F. Windows color (decimal): -1955807 or 2173154. OLE color: 2173154.

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

Color convert

RGB 226 40 33 -
CMYK 0 0.82 0.85 0.11
HSL 2.18º 0.77% 0.51% -
HSV(B) 2.18º 0.85% 0.89% -
XYZ 32.4 17.8 3.17 -
YUV 94.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 226 40 33 0 0.82 0.85 0.11 2.18 0.77 0.51
Hex E2 28 21 0 52 55 B 2 4D 33
Octal 342 50 41 0 122 125 13 2 115 63
Binary 11100010 101000 100001 0 1010010 1010101 1011 10 1001101 110011

Color Harmonies of #E22821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22821

Black with #E22821

Text Example


Text Example

White with #E22821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22821; }

 p { color: rgb(226,40,33); }

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

background-color css

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

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

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

border-color css

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

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

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