Html Css Color HEX #E8200C Scarlet

📋 copy color: '#E8200C'

red 232 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #E8200C

Tints of Scarlet #E8200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 84.06%
G = 11.59%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8200C (or 0xE8200C) is known color: Scarlet. HEX triplet: E8, 20 and 0C. RGB value is (232,32,12). Sum of RGB (Red+Green+Blue) = 232+32+12=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E8200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8200C is #17DFF3. Grayscale: #595959. Windows color (decimal): -1564660 or 794856. OLE color: 794856.

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

Color convert

RGB 232 32 12 -
CMYK 0 0.86 0.95 0.09
HSL 5.45º 0.9% 0.48% -
HSV(B) 5.45º 0.95% 0.91% -
XYZ 33.86 18.22 2.08 -
YUV 89.52 84.26 229.63 -
System Red Green Blue C M Y K H S L
Decimal 232 32 12 0 0.86 0.95 0.09 5.45 0.9 0.48
Hex E8 20 C 0 56 5F 9 5 5A 30
Octal 350 40 14 0 126 137 11 5 132 60
Binary 11101000 100000 1100 0 1010110 1011111 1001 101 1011010 110000

Color Harmonies of #E8200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8200C

Black with #E8200C

Text Example


Text Example

White with #E8200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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