#ED000E

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

Shades of Venetian Red #ED000E

Tints of Venetian Red #ED000E

Color information

#ED000E (or 0xED000E) is unknown color: approx Venetian Red. HEX triplet: ED, 00 and 0E. RGB value is (237,0,14). Sum of RGB (Red+Green+Blue) = 237+0+14=251 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.42% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 237 - color contains mainly: red. Hex color #ED000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED000E is #12FFF1. Grayscale: #484848. Windows color (decimal): -1245170 or 917741. OLE color: 917741.

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

Color convert

RGB237014-
CMYK010.940.07
HSL356.46º100%46.47%-
HSV(B)356.46º100%92.94%-
XYZ3518.042.05-
YUV72.4695.02245.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 94.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=94.42%
G=0%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237014010.940.07356.4610046.47
HexED0E0645E7164642e
Octal3550160144136754414456
Binary11101101011100110010010111101111011001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED000E; }

 p { color: rgb(237,0,14); }

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

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

 a { background-color: rgb(237,0,14); }

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

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

 span { border-color: rgb(237,0,14); }

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