Html Css Color HEX #E32922 Persian Red

📋 copy color: '#E32922'

red 227 ◦ green 41 ◦ blue 34

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

Shades of Persian Red #E32922

Tints of Persian Red #E32922

RGB

 RED value IS 227 (89.06% from 255) = 75.17%

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 75.17%
G = 13.58%
B = 11.26%

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

#E32922 (or 0xE32922) is known color: Persian Red. HEX triplet: E3, 29 and 22. RGB value is (227,41,34). Sum of RGB (Red+Green+Blue) = 227+41+34=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E32922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32922 is #1CD6DD. Grayscale: #606060. Windows color (decimal): -1890014 or 2238947. OLE color: 2238947.

HSL color Cylindrical-coordinate representation of color #E32922: hue angle of 2.18º degrees, saturation: 0.78, 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 #E32922 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 34 -
CMYK 0 0.82 0.85 0.11
HSL 2.18º 0.78% 0.51% -
HSV(B) 2.18º 0.85% 0.89% -
XYZ 32.76 18.03 3.27 -
YUV 95.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 227 41 34 0 0.82 0.85 0.11 2.18 0.78 0.51
Hex E3 29 22 0 52 55 B 2 4E 33
Octal 343 51 42 0 122 125 13 2 116 63
Binary 11100011 101001 100010 0 1010010 1010101 1011 10 1001110 110011

Color Harmonies of #E32922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32922

Black with #E32922

Text Example


Text Example

White with #E32922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32922; }

 p { color: rgb(227,41,34); }

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

background-color css

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

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

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

border-color css

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

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

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