Html Css Color HEX #E5271F Persian Red

📋 copy color: '#E5271F'

red 229 ◦ green 39 ◦ blue 31

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

Shades of Persian Red #E5271F

Tints of Persian Red #E5271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 76.59%
G = 13.04%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5271F (or 0xE5271F) is known color: Persian Red. HEX triplet: E5, 27 and 1F. RGB value is (229,39,31). Sum of RGB (Red+Green+Blue) = 229+39+31=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E5271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5271F is #1AD8E0. Grayscale: #5F5F5F. Windows color (decimal): -1759457 or 2041829. OLE color: 2041829.

HSL color Cylindrical-coordinate representation of color #E5271F: hue angle of 2.42º 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 #E5271F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 39 31 -
CMYK 0 0.83 0.86 0.10
HSL 2.42º 0.79% 0.51% -
HSV(B) 2.42º 0.86% 0.9% -
XYZ 33.29 18.21 3.06 -
YUV 94.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 229 39 31 0 0.83 0.86 0.10 2.42 0.79 0.51
Hex E5 27 1F 0 53 56 A 2 4F 33
Octal 345 47 37 0 123 126 12 2 117 63
Binary 11100101 100111 11111 0 1010011 1010110 1010 10 1001111 110011

Color Harmonies of #E5271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5271F

Black with #E5271F

Text Example


Text Example

White with #E5271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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