#E8230D

Color #E8230D Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #E8230D

Tints of Scarlet #E8230D

Color information

#E8230D (or 0xE8230D) is unknown color: approx Scarlet. HEX triplet: E8, 23 and 0D. RGB value is (232,35,13). Sum of RGB (Red+Green+Blue) = 232+35+13=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E8230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8230D is #17DCF2. Grayscale: #5B5B5B. Windows color (decimal): -1563891 or 861160. OLE color: 861160.

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

Color convert

RGB2323513-
CMYK00.850.940.09
HSL6.03º89.39%48.04%-
HSV(B)6.03º94.4%90.98%-
XYZ33.9518.392.14-
YUV91.483.77228.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 82.86%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 13 (5.47% from 255) = 4.64%
R=82.86%
G=12.5%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232351300.850.940.096.0389.3948.04
HexE823D0555E965930
Octal3504315012513611613160
Binary11101000100011110101010101101111010011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8230D; }

 p { color: rgb(232,35,13); }

 H1.HeaderClassName
 {
   color: #E8230D;
 }
 .AnyTagClassName
 {
   color: #E8230D;
 }
</style>
background-color css

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

 a { background-color: rgb(232,35,13); }

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

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

 span { border-color: rgb(232,35,13); }

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