Html Css Color HEX #E9220F Scarlet

📋 copy color: '#E9220F'

red 233 ◦ green 34 ◦ blue 15

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

Shades of Scarlet #E9220F

Tints of Scarlet #E9220F

RGB

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

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

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

R = 82.62%
G = 12.06%
B = 5.32%

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

#E9220F (or 0xE9220F) is known color: Scarlet. HEX triplet: E9, 22 and 0F. RGB value is (233,34,15). Sum of RGB (Red+Green+Blue) = 233+34+15=282 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.62% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 233 - color contains mainly: red. Hex color #E9220F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9220F is #16DDF0. Grayscale: #5B5B5B. Windows color (decimal): -1498609 or 991977. OLE color: 991977.

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

Color convert

RGB 233 34 15 -
CMYK 0 0.85 0.94 0.09
HSL 5.23º 0.88% 0.49% -
HSV(B) 5.23º 0.94% 0.91% -
XYZ 34.26 18.5 2.22 -
YUV 91.34 84.93 229.04 -
System Red Green Blue C M Y K H S L
Decimal 233 34 15 0 0.85 0.94 0.09 5.23 0.88 0.49
Hex E9 22 F 0 55 5E 9 5 58 31
Octal 351 42 17 0 125 136 11 5 130 61
Binary 11101001 100010 1111 0 1010101 1011110 1001 101 1011000 110001

Color Harmonies of #E9220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9220F

Black with #E9220F

Text Example


Text Example

White with #E9220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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