#CC0307

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

Shades of Venetian Red #CC0307

Tints of Venetian Red #CC0307

Color information

#CC0307 (or 0xCC0307) is unknown color: approx Venetian Red. HEX triplet: CC, 03 and 07. RGB value is (204,3,7). Sum of RGB (Red+Green+Blue) = 204+3+7=214 (28% of max value = 765). Red value is 204 (80.08% from 255 or 95.33% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0307 is #33FCF8. Grayscale: #3F3F3F. Windows color (decimal): -3407097 or 459724. OLE color: 459724.

HSL color Cylindrical-coordinate representation of color #CC0307: hue angle of 358.81º 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 #CC0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB20437-
CMYK00.990.970.2
HSL358.81º97.1%40.59%-
HSV(B)358.81º98.53%80%-
XYZ24.9712.921.38-
YUV63.5696.09228.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 95.33%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=95.33%
G=1.40%
B=3.27%

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
Decimal2043700.990.970.2358.8197.140.59
HexCC3706361141676129
Octal3143701431412454714151
Binary1100110011111011000111100001101001011001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0307; }

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

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

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

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

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

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

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

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