Html Css Color HEX #E8150C Scarlet

📋 copy color: '#E8150C'

red 232 ◦ green 21 ◦ blue 12

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

Shades of Scarlet #E8150C

Tints of Scarlet #E8150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 87.55%
G = 7.92%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8150C (or 0xE8150C) is known color: Scarlet. HEX triplet: E8, 15 and 0C. RGB value is (232,21,12). Sum of RGB (Red+Green+Blue) = 232+21+12=265 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.55% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 232 - color contains mainly: red. Hex color #E8150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8150C is #17EAF3. Grayscale: #535353. Windows color (decimal): -1567476 or 792040. OLE color: 792040.

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

Color convert

RGB 232 21 12 -
CMYK 0 0.91 0.95 0.09
HSL 2.45º 0.9% 0.48% -
HSV(B) 2.45º 0.95% 0.91% -
XYZ 33.61 17.72 2 -
YUV 83.06 87.9 234.23 -
System Red Green Blue C M Y K H S L
Decimal 232 21 12 0 0.91 0.95 0.09 2.45 0.9 0.48
Hex E8 15 C 0 5B 5F 9 2 5A 30
Octal 350 25 14 0 133 137 11 2 132 60
Binary 11101000 10101 1100 0 1011011 1011111 1001 10 1011010 110000

Color Harmonies of #E8150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8150C

Black with #E8150C

Text Example


Text Example

White with #E8150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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