Shades of Venetian Red #CC0307
Tints of Venetian Red #CC0307
RGB
CMYK
RGB Variations
Color information
#CC0307 (or 0xCC0307) is known color: 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
| RGB | 204 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.2 |
| HSL | 358.81º | 0.97% | 0.41% | - |
| HSV(B) | 358.81º | 0.99% | 0.8% | - |
| XYZ | 24.97 | 12.92 | 1.38 | - |
| YUV | 63.56 | 96.09 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 7 | 0 | 0.99 | 0.97 | 0.2 | 358.81 | 0.97 | 0.41 |
| Hex | CC | 3 | 7 | 0 | 63 | 61 | 14 | 167 | 61 | 29 |
| Octal | 314 | 3 | 7 | 0 | 143 | 141 | 24 | 547 | 141 | 51 |
| Binary | 11001100 | 11 | 111 | 0 | 1100011 | 1100001 | 10100 | 101100111 | 1100001 | 101001 |
Color Harmonies of #CC0307
Complementary color
Monochromatic Colors of #CC0307
Black with #CC0307
Text Example
Text Example
White with #CC0307
Text Example
Text Example
HTML Codes & Css Web 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>