#ED0608

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

Shades of Venetian Red #ED0608

Tints of Venetian Red #ED0608

Color information

#ED0608 (or 0xED0608) is unknown color: approx Venetian Red. HEX triplet: ED, 06 and 08. RGB value is (237,6,8). Sum of RGB (Red+Green+Blue) = 237+6+8=251 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.42% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0608 is #12F9F7. Grayscale: #4B4B4B. Windows color (decimal): -1243640 or 526061. OLE color: 526061.

HSL color Cylindrical-coordinate representation of color #ED0608: hue angle of 359.48º degrees, saturation: 0.95, 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 #ED0608 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB23768-
CMYK00.970.970.07
HSL359.48º95.06%47.65%-
HSV(B)359.48º97.47%92.94%-
XYZ35.0318.151.89-
YUV75.390.03243.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 94.42%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=94.42%
G=2.39%
B=3.19%

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
Decimal2376800.970.970.07359.4895.0647.65
HexED680616171675f30
Octal3556100141141754713760
Binary1110110111010000110000111000011111011001111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0608; }

 p { color: rgb(237,6,8); }

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

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

 a { background-color: rgb(237,6,8); }

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

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

 span { border-color: rgb(237,6,8); }

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