Html Css Color HEX #E8350C Scarlet

📋 copy color: '#E8350C'

red 232 ◦ green 53 ◦ blue 12

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

Shades of Scarlet #E8350C

Tints of Scarlet #E8350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

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

R = 78.11%
G = 17.85%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8350C (or 0xE8350C) is known color: Scarlet. HEX triplet: E8, 35 and 0C. RGB value is (232,53,12). Sum of RGB (Red+Green+Blue) = 232+53+12=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8350C is #17CAF3. Grayscale: #666666. Windows color (decimal): -1559284 or 800232. OLE color: 800232.

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

Color convert

RGB 232 53 12 -
CMYK 0 0.77 0.95 0.09
HSL 11.18º 0.9% 0.48% -
HSV(B) 11.18º 0.95% 0.91% -
XYZ 34.62 19.73 2.33 -
YUV 101.85 77.3 220.83 -
System Red Green Blue C M Y K H S L
Decimal 232 53 12 0 0.77 0.95 0.09 11.18 0.9 0.48
Hex E8 35 C 0 4D 5F 9 B 5A 30
Octal 350 65 14 0 115 137 11 13 132 60
Binary 11101000 110101 1100 0 1001101 1011111 1001 1011 1011010 110000

Color Harmonies of #E8350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8350C

Black with #E8350C

Text Example


Text Example

White with #E8350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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