Html Css Color HEX #E7220F Scarlet

📋 copy color: '#E7220F'

red 231 ◦ green 34 ◦ blue 15

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

Shades of Scarlet #E7220F

Tints of Scarlet #E7220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 82.5%
G = 12.14%
B = 5.36%

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

#E7220F (or 0xE7220F) is known color: Scarlet. HEX triplet: E7, 22 and 0F. RGB value is (231,34,15). Sum of RGB (Red+Green+Blue) = 231+34+15=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E7220F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7220F is #18DDF0. Grayscale: #5B5B5B. Windows color (decimal): -1629681 or 991975. OLE color: 991975.

HSL color Cylindrical-coordinate representation of color #E7220F: hue angle of 5.28º degrees, saturation: 0.88, 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 #E7220F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 34 15 -
CMYK 0 0.85 0.94 0.09
HSL 5.28º 0.88% 0.48% -
HSV(B) 5.28º 0.94% 0.91% -
XYZ 33.61 18.17 2.19 -
YUV 90.74 85.27 228.04 -
System Red Green Blue C M Y K H S L
Decimal 231 34 15 0 0.85 0.94 0.09 5.28 0.88 0.48
Hex E7 22 F 0 55 5E 9 5 58 30
Octal 347 42 17 0 125 136 11 5 130 60
Binary 11100111 100010 1111 0 1010101 1011110 1001 101 1011000 110000

Color Harmonies of #E7220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7220F

Black with #E7220F

Text Example


Text Example

White with #E7220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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