Html Css Color HEX #E32827 Persian Red

📋 copy color: '#E32827'

red 227 ◦ green 40 ◦ blue 39

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

Shades of Persian Red #E32827

Tints of Persian Red #E32827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 74.18%
G = 13.07%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E32827 (or 0xE32827) is known color: Persian Red. HEX triplet: E3, 28 and 27. RGB value is (227,40,39). Sum of RGB (Red+Green+Blue) = 227+40+39=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E32827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32827 is #1CD7D8. Grayscale: #5F5F5F. Windows color (decimal): -1890265 or 2566371. OLE color: 2566371.

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

Color convert

RGB 227 40 39 -
CMYK 0 0.82 0.83 0.11
HSL 0.32º 0.77% 0.52% -
HSV(B) 0.32º 0.83% 0.89% -
XYZ 32.8 17.99 3.66 -
YUV 95.8 95.95 221.58 -
System Red Green Blue C M Y K H S L
Decimal 227 40 39 0 0.82 0.83 0.11 0.32 0.77 0.52
Hex E3 28 27 0 52 53 B 0 4D 34
Octal 343 50 47 0 122 123 13 0 115 64
Binary 11100011 101000 100111 0 1010010 1010011 1011 0 1001101 110100

Color Harmonies of #E32827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32827

Black with #E32827

Text Example


Text Example

White with #E32827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32827; }

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

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

background-color css

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

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

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

border-color css

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

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

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