#E60C0C

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

Shades of Red #E60C0C

Tints of Red #E60C0C

Color information

#E60C0C (or 0xE60C0C) is unknown color: approx Red. HEX triplet: E6, 0C and 0C. RGB value is (230,12,12). Sum of RGB (Red+Green+Blue) = 230+12+12=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C0C is #19F3F3. Grayscale: #4D4D4D. Windows color (decimal): -1700852 or 789734. OLE color: 789734.

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

Color convert

RGB2301212-
CMYK00.950.950.10
HSL90.08%47.45%-
HSV(B)94.78%90.2%-
XYZ32.8317.111.92-
YUV77.1891.22237-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 90.55%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=90.55%
G=4.72%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230121200.950.950.10090.0847.45
HexE6CC05F5FA05a2f
Octal3461414013713712013257
Binary1110011011001100010111111011111101001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60C0C; }

 p { color: rgb(230,12,12); }

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

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

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

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

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

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

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