Html Css Color HEX #E82221 Persian Red

📋 copy color: '#E82221'

red 232 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #E82221

Tints of Persian Red #E82221

RGB

 RED value IS 232 (91.02% from 255) = 77.59%

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

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

R = 77.59%
G = 11.37%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E82221 (or 0xE82221) is known color: Persian Red. HEX triplet: E8, 22 and 21. RGB value is (232,34,33). Sum of RGB (Red+Green+Blue) = 232+34+33=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E82221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82221 is #17DDDE. Grayscale: #5D5D5D. Windows color (decimal): -1564127 or 2171624. OLE color: 2171624.

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

Color convert

RGB 232 34 33 -
CMYK 0 0.85 0.86 0.09
HSL 0.3º 0.81% 0.52% -
HSV(B) 0.3º 0.86% 0.91% -
XYZ 34.13 18.41 3.19 -
YUV 93.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 232 34 33 0 0.85 0.86 0.09 0.3 0.81 0.52
Hex E8 22 21 0 55 56 9 0 51 34
Octal 350 42 41 0 125 126 11 0 121 64
Binary 11101000 100010 100001 0 1010101 1010110 1001 0 1010001 110100

Color Harmonies of #E82221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82221

Black with #E82221

Text Example


Text Example

White with #E82221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82221; }

 p { color: rgb(232,34,33); }

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

background-color css

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

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

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

border-color css

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

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

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