Html Css Color HEX #E32821 Persian Red

📋 copy color: '#E32821'

red 227 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #E32821

Tints of Persian Red #E32821

RGB

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

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

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

R = 75.67%
G = 13.33%
B = 11%

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

#E32821 (or 0xE32821) is known color: Persian Red. HEX triplet: E3, 28 and 21. RGB value is (227,40,33). Sum of RGB (Red+Green+Blue) = 227+40+33=300 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 227 - color contains mainly: red. Hex color #E32821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32821 is #1CD7DE. Grayscale: #5F5F5F. Windows color (decimal): -1890271 or 2173155. OLE color: 2173155.

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

Color convert

RGB 227 40 33 -
CMYK 0 0.82 0.85 0.11
HSL 2.16º 0.78% 0.51% -
HSV(B) 2.16º 0.85% 0.89% -
XYZ 32.71 17.96 3.18 -
YUV 95.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 227 40 33 0 0.82 0.85 0.11 2.16 0.78 0.51
Hex E3 28 21 0 52 55 B 2 4E 33
Octal 343 50 41 0 122 125 13 2 116 63
Binary 11100011 101000 100001 0 1010010 1010101 1011 10 1001110 110011

Color Harmonies of #E32821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32821

Black with #E32821

Text Example


Text Example

White with #E32821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32821; }

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

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

background-color css

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

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

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

border-color css

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

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

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