Html Css Color HEX #E32721 Persian Red

📋 copy color: '#E32721'

red 227 ◦ green 39 ◦ blue 33

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

Shades of Persian Red #E32721

Tints of Persian Red #E32721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 75.92%
G = 13.04%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E32721 (or 0xE32721) is known color: Persian Red. HEX triplet: E3, 27 and 21. RGB value is (227,39,33). Sum of RGB (Red+Green+Blue) = 227+39+33=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E32721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32721 is #1CD8DE. Grayscale: #5E5E5E. Windows color (decimal): -1890527 or 2172899. OLE color: 2172899.

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

Color convert

RGB 227 39 33 -
CMYK 0 0.83 0.85 0.11
HSL 1.86º 0.78% 0.51% -
HSV(B) 1.86º 0.85% 0.89% -
XYZ 32.68 17.89 3.17 -
YUV 94.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 227 39 33 0 0.83 0.85 0.11 1.86 0.78 0.51
Hex E3 27 21 0 53 55 B 2 4E 33
Octal 343 47 41 0 123 125 13 2 116 63
Binary 11100011 100111 100001 0 1010011 1010101 1011 10 1001110 110011

Color Harmonies of #E32721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32721

Black with #E32721

Text Example


Text Example

White with #E32721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32721; }

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

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

background-color css

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

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

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

border-color css

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

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

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