#EC1304

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

Shades of Scarlet #EC1304

Tints of Scarlet #EC1304

Color information

#EC1304 (or 0xEC1304) is unknown color: approx Scarlet. HEX triplet: EC, 13 and 04. RGB value is (236,19,4). Sum of RGB (Red+Green+Blue) = 236+19+4=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1304 is #13ECFB. Grayscale: #525252. Windows color (decimal): -1305852 or 267244. OLE color: 267244.

HSL color Cylindrical-coordinate representation of color #EC1304: hue angle of 3.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC1304 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB236194-
CMYK00.920.980.07
HSL3.88º96.67%47.06%-
HSV(B)3.88º98.31%92.55%-
XYZ34.8518.311.81-
YUV82.1783.89237.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 91.12%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=91.12%
G=7.34%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619400.920.980.073.8896.6747.06
HexEC13405C6274612f
Octal35423401341427414157
Binary11101100100111000101110011000101111001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1304; }

 p { color: rgb(236,19,4); }

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

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

 a { background-color: rgb(236,19,4); }

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

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

 span { border-color: rgb(236,19,4); }

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