Html Css Color HEX #E9220D Scarlet

📋 copy color: '#E9220D'

red 233 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #E9220D

Tints of Scarlet #E9220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 83.21%
G = 12.14%
B = 4.64%

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

#E9220D (or 0xE9220D) is known color: Scarlet. HEX triplet: E9, 22 and 0D. RGB value is (233,34,13). Sum of RGB (Red+Green+Blue) = 233+34+13=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E9220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9220D is #16DDF2. Grayscale: #5B5B5B. Windows color (decimal): -1498611 or 860905. OLE color: 860905.

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

Color convert

RGB 233 34 13 -
CMYK 0 0.85 0.94 0.09
HSL 5.73º 0.89% 0.48% -
HSV(B) 5.73º 0.94% 0.91% -
XYZ 34.25 18.5 2.15 -
YUV 91.11 83.93 229.21 -
System Red Green Blue C M Y K H S L
Decimal 233 34 13 0 0.85 0.94 0.09 5.73 0.89 0.48
Hex E9 22 D 0 55 5E 9 6 59 30
Octal 351 42 15 0 125 136 11 6 131 60
Binary 11101001 100010 1101 0 1010101 1011110 1001 110 1011001 110000

Color Harmonies of #E9220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9220D

Black with #E9220D

Text Example


Text Example

White with #E9220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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