#EA0C07

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

Shades of Red #EA0C07

Tints of Red #EA0C07

Color information

#EA0C07 (or 0xEA0C07) is unknown color: approx Red. HEX triplet: EA, 0C and 07. RGB value is (234,12,7). Sum of RGB (Red+Green+Blue) = 234+12+7=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0C07 is #15F3F8. Grayscale: #4E4E4E. Windows color (decimal): -1438713 or 462058. OLE color: 462058.

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

Color convert

RGB234127-
CMYK00.950.970.08
HSL1.32º94.19%47.25%-
HSV(B)1.32º97.01%91.76%-
XYZ34.117.771.83-
YUV77.8188.05239.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 92.49%
GREEN value IS 12 (5.08% from 255) = 4.74%
BLUE value IS 7 (3.12% from 255) = 2.77%
R=92.49%
G=4.74%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412700.950.970.081.3294.1947.25
HexEAC705F61815e2f
Octal352147013714110113657
Binary111010101100111010111111100001100011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0C07; }

 p { color: rgb(234,12,7); }

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

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

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

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

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

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

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