Html Css Color HEX #E2261F Persian Red

📋 copy color: '#E2261F'

red 226 ◦ green 38 ◦ blue 31

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

Shades of Persian Red #E2261F

Tints of Persian Red #E2261F

RGB

 RED value IS 226 (88.67% from 255) = 76.61%

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

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

R = 76.61%
G = 12.88%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2261F (or 0xE2261F) is known color: Persian Red. HEX triplet: E2, 26 and 1F. RGB value is (226,38,31). Sum of RGB (Red+Green+Blue) = 226+38+31=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E2261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2261F is #1DD9E0. Grayscale: #5D5D5D. Windows color (decimal): -1956321 or 2041570. OLE color: 2041570.

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

Color convert

RGB 226 38 31 -
CMYK 0 0.83 0.86 0.11
HSL 2.15º 0.77% 0.5% -
HSV(B) 2.15º 0.86% 0.89% -
XYZ 32.3 17.65 3 -
YUV 93.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 226 38 31 0 0.83 0.86 0.11 2.15 0.77 0.5
Hex E2 26 1F 0 53 56 B 2 4D 32
Octal 342 46 37 0 123 126 13 2 115 62
Binary 11100010 100110 11111 0 1010011 1010110 1011 10 1001101 110010

Color Harmonies of #E2261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2261F

Black with #E2261F

Text Example


Text Example

White with #E2261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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