Html Css Color HEX #E5261F Persian Red

📋 copy color: '#E5261F'

red 229 ◦ green 38 ◦ blue 31

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

Shades of Persian Red #E5261F

Tints of Persian Red #E5261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 76.85%
G = 12.75%
B = 10.4%

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

#E5261F (or 0xE5261F) is known color: Persian Red. HEX triplet: E5, 26 and 1F. RGB value is (229,38,31). Sum of RGB (Red+Green+Blue) = 229+38+31=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E5261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5261F is #1AD9E0. Grayscale: #5E5E5E. Windows color (decimal): -1759713 or 2041573. OLE color: 2041573.

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

Color convert

RGB 229 38 31 -
CMYK 0 0.83 0.86 0.10
HSL 2.12º 0.79% 0.51% -
HSV(B) 2.12º 0.86% 0.9% -
XYZ 33.25 18.14 3.05 -
YUV 94.31 92.28 224.07 -
System Red Green Blue C M Y K H S L
Decimal 229 38 31 0 0.83 0.86 0.10 2.12 0.79 0.51
Hex E5 26 1F 0 53 56 A 2 4F 33
Octal 345 46 37 0 123 126 12 2 117 63
Binary 11100101 100110 11111 0 1010011 1010110 1010 10 1001111 110011

Color Harmonies of #E5261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5261F

Black with #E5261F

Text Example


Text Example

White with #E5261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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