#EA0D07

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

Shades of Red #EA0D07

Tints of Red #EA0D07

Color information

#EA0D07 (or 0xEA0D07) is unknown color: approx Red. HEX triplet: EA, 0D and 07. RGB value is (234,13,7). Sum of RGB (Red+Green+Blue) = 234+13+7=254 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.13% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0D07 is #15F2F8. Grayscale: #4E4E4E. Windows color (decimal): -1438457 or 462314. OLE color: 462314.

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

Color convert

RGB234137-
CMYK00.940.970.08
HSL1.59º94.19%47.25%-
HSV(B)1.59º97.01%91.76%-
XYZ34.1117.81.84-
YUV78.487.72238.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 92.13%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 7 (3.12% from 255) = 2.76%
R=92.13%
G=5.12%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413700.940.970.081.5994.1947.25
HexEAD705E61825e2f
Octal352157013614110213657
Binary1110101011011110101111011000011000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D07; }

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

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

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

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

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

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

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

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