#EE020A

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

Shades of Venetian Red #EE020A

Tints of Venetian Red #EE020A

Color information

#EE020A (or 0xEE020A) is unknown color: approx Venetian Red. HEX triplet: EE, 02 and 0A. RGB value is (238,2,10). Sum of RGB (Red+Green+Blue) = 238+2+10=250 (33% of max value = 765). Red value is 238 (93.36% from 255 or 95.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 238 - color contains mainly: red. Hex color #EE020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE020A is #11FDF5. Grayscale: #494949. Windows color (decimal): -1179126 or 656110. OLE color: 656110.

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

Color convert

RGB238210-
CMYK00.990.960.07
HSL357.97º98.33%47.06%-
HSV(B)357.97º99.16%93.33%-
XYZ35.3418.241.95-
YUV73.4892.19245.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 95.2%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 10 (4.30% from 255) = 4%
R=95.2%
G=0.8%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821000.990.960.07357.9798.3347.06
HexEE2A063607166622f
Octal3562120143140754614257
Binary111011101010100110001111000001111011001101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE020A; }

 p { color: rgb(238,2,10); }

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

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

 a { background-color: rgb(238,2,10); }

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

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

 span { border-color: rgb(238,2,10); }

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