#EC300E

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

Shades of Scarlet #EC300E

Tints of Scarlet #EC300E

Color information

#EC300E (or 0xEC300E) is unknown color: approx Scarlet. HEX triplet: EC, 30 and 0E. RGB value is (236,48,14). Sum of RGB (Red+Green+Blue) = 236+48+14=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC300E is #13CFF1. Grayscale: #646464. Windows color (decimal): -1298418 or 930028. OLE color: 930028.

HSL color Cylindrical-coordinate representation of color #EC300E: hue angle of 9.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC300E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB2364814-
CMYK00.800.940.07
HSL9.19º88.8%49.02%-
HSV(B)9.19º94.07%92.55%-
XYZ35.7319.982.39-
YUV100.3479.28224.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 79.19%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 14 (5.86% from 255) = 4.70%
R=79.19%
G=16.11%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236481400.800.940.079.1988.849.02
HexEC30E0505E795931
Octal3546016012013671113161
Binary11101100110000111001010000101111011110011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC300E; }

 p { color: rgb(236,48,14); }

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

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

 a { background-color: rgb(236,48,14); }

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

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

 span { border-color: rgb(236,48,14); }

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