Html Css Color HEX #E3241F Persian Red

📋 copy color: '#E3241F'

red 227 ◦ green 36 ◦ blue 31

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

Shades of Persian Red #E3241F

Tints of Persian Red #E3241F

RGB

 RED value IS 227 (89.06% from 255) = 77.21%

 GREEN value IS 36 (14.45% from 255) = 12.24%

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

R = 77.21%
G = 12.24%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3241F (or 0xE3241F) is known color: Persian Red. HEX triplet: E3, 24 and 1F. RGB value is (227,36,31). Sum of RGB (Red+Green+Blue) = 227+36+31=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E3241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3241F is #1CDBE0. Grayscale: #5C5C5C. Windows color (decimal): -1891297 or 2041059. OLE color: 2041059.

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

Color convert

RGB 227 36 31 -
CMYK 0 0.84 0.86 0.11
HSL 1.53º 0.78% 0.51% -
HSV(B) 1.53º 0.86% 0.89% -
XYZ 32.56 17.69 3 -
YUV 92.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 227 36 31 0 0.84 0.86 0.11 1.53 0.78 0.51
Hex E3 24 1F 0 54 56 B 2 4E 33
Octal 343 44 37 0 124 126 13 2 116 63
Binary 11100011 100100 11111 0 1010100 1010110 1011 10 1001110 110011

Color Harmonies of #E3241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3241F

Black with #E3241F

Text Example


Text Example

White with #E3241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3241F; }

 p { color: rgb(227,36,31); }

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

background-color css

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

 a { background-color: rgb(227,36,31); }

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

border-color css

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

 span { border-color: rgb(227,36,31); }

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