#CC0204

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

Shades of Venetian Red #CC0204

Tints of Venetian Red #CC0204

Color information

#CC0204 (or 0xCC0204) is unknown color: approx Venetian Red. HEX triplet: CC, 02 and 04. RGB value is (204,2,4). Sum of RGB (Red+Green+Blue) = 204+2+4=210 (27% of max value = 765). Red value is 204 (80.08% from 255 or 97.14% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0204 is #33FDFB. Grayscale: #3E3E3E. Windows color (decimal): -3407356 or 262860. OLE color: 262860.

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

Color convert

RGB20424-
CMYK00.990.980.2
HSL359.41º98.06%40.39%-
HSV(B)359.41º99.02%80%-
XYZ24.9512.891.29-
YUV62.6394.92228.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 97.14%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=97.14%
G=0.95%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042400.990.980.2359.4198.0640.39
HexCC2406362141676228
Octal3142401431422454714250
Binary1100110010100011000111100010101001011001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0204; }

 p { color: rgb(204,2,4); }

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

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

 a { background-color: rgb(204,2,4); }

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

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

 span { border-color: rgb(204,2,4); }

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