Html Css Color HEX #E7220E Scarlet

📋 copy color: '#E7220E'

red 231 ◦ green 34 ◦ blue 14

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

Shades of Scarlet #E7220E

Tints of Scarlet #E7220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 82.8%
G = 12.19%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7220E (or 0xE7220E) is known color: Scarlet. HEX triplet: E7, 22 and 0E. RGB value is (231,34,14). Sum of RGB (Red+Green+Blue) = 231+34+14=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E7220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7220E is #18DDF1. Grayscale: #5A5A5A. Windows color (decimal): -1629682 or 926439. OLE color: 926439.

HSL color Cylindrical-coordinate representation of color #E7220E: hue angle of 5.53º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7220E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 34 14 -
CMYK 0 0.85 0.94 0.09
HSL 5.53º 0.89% 0.48% -
HSV(B) 5.53º 0.94% 0.91% -
XYZ 33.61 18.16 2.15 -
YUV 90.62 84.77 228.13 -
System Red Green Blue C M Y K H S L
Decimal 231 34 14 0 0.85 0.94 0.09 5.53 0.89 0.48
Hex E7 22 E 0 55 5E 9 6 59 30
Octal 347 42 16 0 125 136 11 6 131 60
Binary 11100111 100010 1110 0 1010101 1011110 1001 110 1011001 110000

Color Harmonies of #E7220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7220E

Black with #E7220E

Text Example


Text Example

White with #E7220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7220E; }

 p { color: rgb(231,34,14); }

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

background-color css

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

 a { background-color: rgb(231,34,14); }

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

border-color css

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

 span { border-color: rgb(231,34,14); }

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