Html Css Color HEX #E8231E Persian Red

📋 copy color: '#E8231E'

red 232 ◦ green 35 ◦ blue 30

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

Shades of Persian Red #E8231E

Tints of Persian Red #E8231E

RGB

 RED value IS 232 (91.02% from 255) = 78.11%

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 78.11%
G = 11.78%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8231E (or 0xE8231E) is known color: Persian Red. HEX triplet: E8, 23 and 1E. RGB value is (232,35,30). Sum of RGB (Red+Green+Blue) = 232+35+30=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8231E is #17DCE1. Grayscale: #5D5D5D. Windows color (decimal): -1563874 or 1975272. OLE color: 1975272.

HSL color Cylindrical-coordinate representation of color #E8231E: hue angle of 1.49º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8231E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 35 30 -
CMYK 0 0.85 0.87 0.09
HSL 1.49º 0.81% 0.51% -
HSV(B) 1.49º 0.87% 0.91% -
XYZ 34.11 18.45 2.99 -
YUV 93.33 92.27 226.91 -
System Red Green Blue C M Y K H S L
Decimal 232 35 30 0 0.85 0.87 0.09 1.49 0.81 0.51
Hex E8 23 1E 0 55 57 9 1 51 33
Octal 350 43 36 0 125 127 11 1 121 63
Binary 11101000 100011 11110 0 1010101 1010111 1001 1 1010001 110011

Color Harmonies of #E8231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8231E

Black with #E8231E

Text Example


Text Example

White with #E8231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8231E; }

 p { color: rgb(232,35,30); }

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

background-color css

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

 a { background-color: rgb(232,35,30); }

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

border-color css

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

 span { border-color: rgb(232,35,30); }

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