#E8240D

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

Shades of Scarlet #E8240D

Tints of Scarlet #E8240D

Color information

#E8240D (or 0xE8240D) is unknown color: approx Scarlet. HEX triplet: E8, 24 and 0D. RGB value is (232,36,13). Sum of RGB (Red+Green+Blue) = 232+36+13=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E8240D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8240D is #17DBF2. Grayscale: #5C5C5C. Windows color (decimal): -1563635 or 861416. OLE color: 861416.

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

Color convert

RGB2323613-
CMYK00.840.940.09
HSL6.3º89.39%48.04%-
HSV(B)6.3º94.4%90.98%-
XYZ33.9818.452.15-
YUV91.9883.43227.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 82.56%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=82.56%
G=12.81%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232361300.840.940.096.389.3948.04
HexE824D0545E965930
Octal3504415012413611613160
Binary11101000100100110101010100101111010011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8240D; }

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

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

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

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

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

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

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

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