#EC1F0C

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

Shades of Scarlet #EC1F0C

Tints of Scarlet #EC1F0C

Color information

#EC1F0C (or 0xEC1F0C) is unknown color: approx Scarlet. HEX triplet: EC, 1F and 0C. RGB value is (236,31,12). Sum of RGB (Red+Green+Blue) = 236+31+12=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F0C is #13E0F3. Grayscale: #5A5A5A. Windows color (decimal): -1302772 or 794604. OLE color: 794604.

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

Color convert

RGB2363112-
CMYK00.870.950.07
HSL5.09º90.32%48.63%-
HSV(B)5.09º94.92%92.55%-
XYZ35.1518.842.13-
YUV90.1383.92232.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 84.59%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=84.59%
G=11.11%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236311200.870.950.075.0990.3248.63
HexEC1FC0575F755a31
Octal354371401271377513261
Binary111011001111111000101011110111111111011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1F0C; }

 p { color: rgb(236,31,12); }

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

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

 a { background-color: rgb(236,31,12); }

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

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

 span { border-color: rgb(236,31,12); }

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