#EE0006

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

Shades of Venetian Red #EE0006

Tints of Venetian Red #EE0006

Color information

#EE0006 (or 0xEE0006) is unknown color: approx Venetian Red. HEX triplet: EE, 00 and 06. RGB value is (238,0,6). Sum of RGB (Red+Green+Blue) = 238+0+6=244 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.54% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0006 is #11FFF9. Grayscale: #484848. Windows color (decimal): -1179642 or 393454. OLE color: 393454.

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

Color convert

RGB23806-
CMYK010.970.07
HSL358.49º100%46.67%-
HSV(B)358.49º100%93.33%-
XYZ35.2918.191.82-
YUV71.8590.85246.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 97.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 2.46%
R=97.54%
G=0%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23806010.970.07358.4910046.67
HexEE06064617166642f
Octal356060144141754614457
Binary1110111001100110010011000011111011001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0006; }

 p { color: rgb(238,0,6); }

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

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

 a { background-color: rgb(238,0,6); }

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

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

 span { border-color: rgb(238,0,6); }

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