#e0060a

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

Shades of Venetian Red #E0060A

Tints of Venetian Red #E0060A

Color information

#E0060A (or 0xE0060A) is unknown color: approx Venetian Red. HEX triplet: E0, 06 and 0A. RGB value is (224,6,10). Sum of RGB (Red+Green+Blue) = 224+6+10=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E0060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0060A is #1FF9F5. Grayscale: #474747. Windows color (decimal): -2095606 or 657120. OLE color: 657120.

HSL color Cylindrical-coordinate representation of color #E0060A: hue angle of 358.9º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0060A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB224610-
CMYK00.970.960.12
HSL358.9º94.78%45.1%-
HSV(B)358.9º97.32%87.84%-
XYZ30.86161.75-
YUV71.6493.22236.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 93.33%
GREEN value IS 6 (2.73% from 255) = 2.5%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=93.33%
G=2.5%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22461000.970.960.12358.994.7845.1
HexE06A06160C1675f2d
Octal34061201411401454713755
Binary11100000110101001100001110000011001011001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0060a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0060a; }

 p { color: rgb(224,6,10); }

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

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

 a { background-color: rgb(224,6,10); }

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

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

 span { border-color: rgb(224,6,10); }

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