#EC130D

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

Shades of Red #EC130D

Tints of Red #EC130D

Color information

#EC130D (or 0xEC130D) is unknown color: approx Red. HEX triplet: EC, 13 and 0D. RGB value is (236,19,13). Sum of RGB (Red+Green+Blue) = 236+19+13=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC130D is #13ECF2. Grayscale: #535353. Windows color (decimal): -1305843 or 857068. OLE color: 857068.

HSL color Cylindrical-coordinate representation of color #EC130D: hue angle of 1.61º degrees, saturation: 0.9, 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 #EC130D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB2361913-
CMYK00.920.940.07
HSL1.61º89.56%48.82%-
HSV(B)1.61º94.49%92.55%-
XYZ34.918.332.08-
YUV83.288.39236.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 88.06%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=88.06%
G=7.09%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236191300.920.940.071.6189.5648.82
HexEC13D05C5E725a31
Octal354231501341367213261
Binary11101100100111101010111001011110111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC130D; }

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

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

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

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

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

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

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

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