Html Css Color HEX #E9220E Scarlet

📋 copy color: '#E9220E'

red 233 ◦ green 34 ◦ blue 14

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

Shades of Scarlet #E9220E

Tints of Scarlet #E9220E

RGB

 RED value IS 233 (91.41% from 255) = 82.92%

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

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

R = 82.92%
G = 12.1%
B = 4.98%

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

#E9220E (or 0xE9220E) is known color: Scarlet. HEX triplet: E9, 22 and 0E. RGB value is (233,34,14). Sum of RGB (Red+Green+Blue) = 233+34+14=281 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.92% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 233 - color contains mainly: red. Hex color #E9220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9220E is #16DDF1. Grayscale: #5B5B5B. Windows color (decimal): -1498610 or 926441. OLE color: 926441.

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

Color convert

RGB 233 34 14 -
CMYK 0 0.85 0.94 0.09
HSL 5.48º 0.89% 0.48% -
HSV(B) 5.48º 0.94% 0.91% -
XYZ 34.26 18.5 2.18 -
YUV 91.22 84.43 229.13 -
System Red Green Blue C M Y K H S L
Decimal 233 34 14 0 0.85 0.94 0.09 5.48 0.89 0.48
Hex E9 22 E 0 55 5E 9 5 59 30
Octal 351 42 16 0 125 136 11 5 131 60
Binary 11101001 100010 1110 0 1010101 1011110 1001 101 1011001 110000

Color Harmonies of #E9220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9220E

Black with #E9220E

Text Example


Text Example

White with #E9220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9220E; }

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

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

background-color css

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

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

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

border-color css

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

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

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