#CC010E

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

Shades of Venetian Red #CC010E

Tints of Venetian Red #CC010E

Color information

#CC010E (or 0xCC010E) is unknown color: approx Venetian Red. HEX triplet: CC, 01 and 0E. RGB value is (204,1,14). Sum of RGB (Red+Green+Blue) = 204+1+14=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC010E is #33FEF1. Grayscale: #3F3F3F. Windows color (decimal): -3407602 or 917964. OLE color: 917964.

HSL color Cylindrical-coordinate representation of color #CC010E: hue angle of 356.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB204114-
CMYK01.000.930.2
HSL356.16º99.02%40.2%-
HSV(B)356.16º99.51%80%-
XYZ24.9912.891.59-
YUV63.18100.25228.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 93.15%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 14 (5.86% from 255) = 6.39%
R=93.15%
G=0.46%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411401.000.930.2356.1699.0240.2
HexCC1E0645D141646328
Octal31411601441352454414350
Binary1100110011110011001001011101101001011001001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC010E; }

 p { color: rgb(204,1,14); }

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

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

 a { background-color: rgb(204,1,14); }

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

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

 span { border-color: rgb(204,1,14); }

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