Html Css Color HEX #E8300C Scarlet

📋 copy color: '#E8300C'

red 232 ◦ green 48 ◦ blue 12

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

Shades of Scarlet #E8300C

Tints of Scarlet #E8300C

RGB

 RED value IS 232 (91.02% from 255) = 79.45%

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

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 79.45%
G = 16.44%
B = 4.11%

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

#E8300C (or 0xE8300C) is known color: Scarlet. HEX triplet: E8, 30 and 0C. RGB value is (232,48,12). Sum of RGB (Red+Green+Blue) = 232+48+12=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E8300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8300C is #17CFF3. Grayscale: #636363. Windows color (decimal): -1560564 or 798952. OLE color: 798952.

HSL color Cylindrical-coordinate representation of color #E8300C: hue angle of 9.82º degrees, saturation: 0.9, 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 #E8300C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 48 12 -
CMYK 0 0.79 0.95 0.09
HSL 9.82º 0.9% 0.48% -
HSV(B) 9.82º 0.95% 0.91% -
XYZ 34.4 19.3 2.26 -
YUV 98.91 78.96 222.93 -
System Red Green Blue C M Y K H S L
Decimal 232 48 12 0 0.79 0.95 0.09 9.82 0.9 0.48
Hex E8 30 C 0 4F 5F 9 A 5A 30
Octal 350 60 14 0 117 137 11 12 132 60
Binary 11101000 110000 1100 0 1001111 1011111 1001 1010 1011010 110000

Color Harmonies of #E8300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8300C

Black with #E8300C

Text Example


Text Example

White with #E8300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8300C; }

 p { color: rgb(232,48,12); }

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

background-color css

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

 a { background-color: rgb(232,48,12); }

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

border-color css

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

 span { border-color: rgb(232,48,12); }

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