Html Css Color HEX #E4231F Persian Red

📋 copy color: '#E4231F'

red 228 ◦ green 35 ◦ blue 31

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

Shades of Persian Red #E4231F

Tints of Persian Red #E4231F

RGB

 RED value IS 228 (89.45% from 255) = 77.55%

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

 BLUE value IS 31 (12.5% from 255) = 10.54%

R = 77.55%
G = 11.9%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E4231F (or 0xE4231F) is known color: Persian Red. HEX triplet: E4, 23 and 1F. RGB value is (228,35,31). Sum of RGB (Red+Green+Blue) = 228+35+31=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E4231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4231F is #1BDCE0. Grayscale: #5C5C5C. Windows color (decimal): -1826017 or 2040804. OLE color: 2040804.

HSL color Cylindrical-coordinate representation of color #E4231F: hue angle of 1.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4231F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 35 31 -
CMYK 0 0.85 0.86 0.11
HSL 1.22º 0.78% 0.51% -
HSV(B) 1.22º 0.86% 0.89% -
XYZ 32.84 17.79 3 -
YUV 92.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 228 35 31 0 0.85 0.86 0.11 1.22 0.78 0.51
Hex E4 23 1F 0 55 56 B 1 4E 33
Octal 344 43 37 0 125 126 13 1 116 63
Binary 11100100 100011 11111 0 1010101 1010110 1011 1 1001110 110011

Color Harmonies of #E4231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4231F

Black with #E4231F

Text Example


Text Example

White with #E4231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4231F; }

 p { color: rgb(228,35,31); }

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

background-color css

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

 a { background-color: rgb(228,35,31); }

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

border-color css

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

 span { border-color: rgb(228,35,31); }

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