Html Css Color HEX #E32A23 Persian Red

📋 copy color: '#E32A23'

red 227 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #E32A23

Tints of Persian Red #E32A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 74.67%
G = 13.82%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E32A23 (or 0xE32A23) is known color: Persian Red. HEX triplet: E3, 2A and 23. RGB value is (227,42,35). Sum of RGB (Red+Green+Blue) = 227+42+35=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A23 is #1CD5DC. Grayscale: #606060. Windows color (decimal): -1889757 or 2304739. OLE color: 2304739.

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

Color convert

RGB 227 42 35 -
CMYK 0 0.81 0.85 0.11
HSL 2.19º 0.77% 0.51% -
HSV(B) 2.19º 0.85% 0.89% -
XYZ 32.81 18.11 3.36 -
YUV 96.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 227 42 35 0 0.81 0.85 0.11 2.19 0.77 0.51
Hex E3 2A 23 0 51 55 B 2 4D 33
Octal 343 52 43 0 121 125 13 2 115 63
Binary 11100011 101010 100011 0 1010001 1010101 1011 10 1001101 110011

Color Harmonies of #E32A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32A23

Black with #E32A23

Text Example


Text Example

White with #E32A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32A23; }

 p { color: rgb(227,42,35); }

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

background-color css

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

 a { background-color: rgb(227,42,35); }

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

border-color css

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

 span { border-color: rgb(227,42,35); }

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