#EC0707

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

Shades of Red #EC0707

Tints of Red #EC0707

Color information

#EC0707 (or 0xEC0707) is unknown color: approx Red. HEX triplet: EC, 07 and 07. RGB value is (236,7,7). Sum of RGB (Red+Green+Blue) = 236+7+7=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0707 is #13F8F8. Grayscale: #4B4B4B. Windows color (decimal): -1308921 or 460780. OLE color: 460780.

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

Color convert

RGB23677-
CMYK00.970.970.07
HSL94.24%47.65%-
HSV(B)97.03%92.55%-
XYZ34.71181.85-
YUV75.4789.37242.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 94.4%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 7 (3.12% from 255) = 2.8%
R=94.4%
G=2.8%
B=2.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367700.970.970.07094.2447.65
HexEC7706161705e30
Octal3547701411417013660
Binary1110110011111101100001110000111101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0707; }

 p { color: rgb(236,7,7); }

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

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

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

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

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

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

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