#EC1B01

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

Shades of Scarlet #EC1B01

Tints of Scarlet #EC1B01

Color information

#EC1B01 (or 0xEC1B01) is unknown color: approx Scarlet. HEX triplet: EC, 1B and 01. RGB value is (236,27,1). Sum of RGB (Red+Green+Blue) = 236+27+1=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1B01 is #13E4FE. Grayscale: #565656. Windows color (decimal): -1303807 or 72684. OLE color: 72684.

HSL color Cylindrical-coordinate representation of color #EC1B01: hue angle of 6.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC1B01 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB236271-
CMYK00.891.000.07
HSL6.64º99.16%46.47%-
HSV(B)6.64º99.58%92.55%-
XYZ34.9918.621.78-
YUV86.5379.74234.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 89.39%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=89.39%
G=10.23%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23627100.891.000.076.6499.1646.47
HexEC1B10596477632e
Octal35433101311447714356
Binary111011001101110101100111001001111111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1B01; }

 p { color: rgb(236,27,1); }

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

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

 a { background-color: rgb(236,27,1); }

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

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

 span { border-color: rgb(236,27,1); }

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