#CC0306

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

Shades of Venetian Red #CC0306

Tints of Venetian Red #CC0306

Color information

#CC0306 (or 0xCC0306) is unknown color: approx Venetian Red. HEX triplet: CC, 03 and 06. RGB value is (204,3,6). Sum of RGB (Red+Green+Blue) = 204+3+6=213 (28% of max value = 765). Red value is 204 (80.08% from 255 or 95.77% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0306 is #33FCF9. Grayscale: #3F3F3F. Windows color (decimal): -3407098 or 394188. OLE color: 394188.

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

Color convert

RGB20436-
CMYK00.990.970.2
HSL359.1º97.1%40.59%-
HSV(B)359.1º98.53%80%-
XYZ24.9712.921.35-
YUV63.4495.59228.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 95.77%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=95.77%
G=1.41%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043600.990.970.2359.197.140.59
HexCC3606361141676129
Octal3143601431412454714151
Binary1100110011110011000111100001101001011001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0306; }

 p { color: rgb(204,3,6); }

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

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

 a { background-color: rgb(204,3,6); }

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

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

 span { border-color: rgb(204,3,6); }

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