#EC0D04

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

Shades of Red #EC0D04

Tints of Red #EC0D04

Color information

#EC0D04 (or 0xEC0D04) is unknown color: approx Red. HEX triplet: EC, 0D and 04. RGB value is (236,13,4). Sum of RGB (Red+Green+Blue) = 236+13+4=253 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.28% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D04 is #13F2FB. Grayscale: #4E4E4E. Windows color (decimal): -1307388 or 265708. OLE color: 265708.

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

Color convert

RGB236134-
CMYK00.940.980.07
HSL2.33º96.67%47.06%-
HSV(B)2.33º98.31%92.55%-
XYZ34.7618.131.78-
YUV78.6585.88240.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 93.28%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=93.28%
G=5.14%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613400.940.980.072.3396.6747.06
HexECD405E6272612f
Octal35415401361427214157
Binary111011001101100010111101100010111101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0D04; }

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

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

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

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

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

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

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

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