Html Css Color HEX #E7241E Persian Red

📋 copy color: '#E7241E'

red 231 ◦ green 36 ◦ blue 30

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

Shades of Persian Red #E7241E

Tints of Persian Red #E7241E

RGB

 RED value IS 231 (90.63% from 255) = 77.78%

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 77.78%
G = 12.12%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7241E (or 0xE7241E) is known color: Persian Red. HEX triplet: E7, 24 and 1E. RGB value is (231,36,30). Sum of RGB (Red+Green+Blue) = 231+36+30=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E7241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7241E is #18DBE1. Grayscale: #5D5D5D. Windows color (decimal): -1629154 or 1975527. OLE color: 1975527.

HSL color Cylindrical-coordinate representation of color #E7241E: hue angle of 1.79º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7241E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 36 30 -
CMYK 0 0.84 0.87 0.09
HSL 1.79º 0.81% 0.51% -
HSV(B) 1.79º 0.87% 0.91% -
XYZ 33.82 18.34 2.99 -
YUV 93.62 92.1 225.99 -
System Red Green Blue C M Y K H S L
Decimal 231 36 30 0 0.84 0.87 0.09 1.79 0.81 0.51
Hex E7 24 1E 0 54 57 9 2 51 33
Octal 347 44 36 0 124 127 11 2 121 63
Binary 11100111 100100 11110 0 1010100 1010111 1001 10 1010001 110011

Color Harmonies of #E7241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7241E

Black with #E7241E

Text Example


Text Example

White with #E7241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7241E; }

 p { color: rgb(231,36,30); }

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

background-color css

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

 a { background-color: rgb(231,36,30); }

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

border-color css

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

 span { border-color: rgb(231,36,30); }

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