Html Css Color HEX #E5231F Persian Red

📋 copy color: '#E5231F'

red 229 ◦ green 35 ◦ blue 31

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

Shades of Persian Red #E5231F

Tints of Persian Red #E5231F

RGB

 RED value IS 229 (89.84% from 255) = 77.63%

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

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

R = 77.63%
G = 11.86%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5231F (or 0xE5231F) is known color: Persian Red. HEX triplet: E5, 23 and 1F. RGB value is (229,35,31). Sum of RGB (Red+Green+Blue) = 229+35+31=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5231F is #1ADCE0. Grayscale: #5C5C5C. Windows color (decimal): -1760481 or 2040805. OLE color: 2040805.

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

Color convert

RGB 229 35 31 -
CMYK 0 0.85 0.86 0.10
HSL 1.21º 0.79% 0.51% -
HSV(B) 1.21º 0.86% 0.9% -
XYZ 33.16 17.96 3.01 -
YUV 92.55 93.27 225.33 -
System Red Green Blue C M Y K H S L
Decimal 229 35 31 0 0.85 0.86 0.10 1.21 0.79 0.51
Hex E5 23 1F 0 55 56 A 1 4F 33
Octal 345 43 37 0 125 126 12 1 117 63
Binary 11100101 100011 11111 0 1010101 1010110 1010 1 1001111 110011

Color Harmonies of #E5231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5231F

Black with #E5231F

Text Example


Text Example

White with #E5231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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