Html Css Color HEX #E9300B Scarlet

📋 copy color: '#E9300B'

red 233 ◦ green 48 ◦ blue 11

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

Shades of Scarlet #E9300B

Tints of Scarlet #E9300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

 BLUE value IS 11 (4.69% from 255) = 3.77%

R = 79.79%
G = 16.44%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9300B (or 0xE9300B) is known color: Scarlet. HEX triplet: E9, 30 and 0B. RGB value is (233,48,11). Sum of RGB (Red+Green+Blue) = 233+48+11=292 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.79% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 233 - color contains mainly: red. Hex color #E9300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9300B is #16CFF4. Grayscale: #636363. Windows color (decimal): -1495029 or 733417. OLE color: 733417.

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

Color convert

RGB 233 48 11 -
CMYK 0 0.79 0.95 0.09
HSL 10º 0.91% 0.48% -
HSV(B) 10º 0.95% 0.91% -
XYZ 34.72 19.46 2.24 -
YUV 99.1 78.29 223.51 -
System Red Green Blue C M Y K H S L
Decimal 233 48 11 0 0.79 0.95 0.09 10 0.91 0.48
Hex E9 30 B 0 4F 5F 9 A 5B 30
Octal 351 60 13 0 117 137 11 12 133 60
Binary 11101001 110000 1011 0 1001111 1011111 1001 1010 1011011 110000

Color Harmonies of #E9300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9300B

Black with #E9300B

Text Example


Text Example

White with #E9300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9300B; }

 p { color: rgb(233,48,11); }

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

background-color css

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

 a { background-color: rgb(233,48,11); }

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

border-color css

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

 span { border-color: rgb(233,48,11); }

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