Shades of Venetian Red #CC090F
Tints of Venetian Red #CC090F
RGB
CMYK
RGB Variations
Color information
#CC090F (or 0xCC090F) is known color: Venetian Red. HEX triplet: CC, 09 and 0F. RGB value is (204,9,15). Sum of RGB (Red+Green+Blue) = 204+9+15=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC090F is #33F6F0. Grayscale: #444444. Windows color (decimal): -3405553 or 985548. OLE color: 985548.
HSL color Cylindrical-coordinate representation of color #CC090F: hue angle of 358.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC090F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.2 |
| HSL | 358.15º | 0.92% | 0.42% | - |
| HSV(B) | 358.15º | 0.96% | 0.8% | - |
| XYZ | 25.09 | 13.07 | 1.65 | - |
| YUV | 67.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 15 | 0 | 0.96 | 0.93 | 0.2 | 358.15 | 0.92 | 0.42 |
| Hex | CC | 9 | F | 0 | 60 | 5D | 14 | 166 | 5C | 2A |
| Octal | 314 | 11 | 17 | 0 | 140 | 135 | 24 | 546 | 134 | 52 |
| Binary | 11001100 | 1001 | 1111 | 0 | 1100000 | 1011101 | 10100 | 101100110 | 1011100 | 101010 |
Color Harmonies of #CC090F
Complementary color
Monochromatic Colors of #CC090F
Black with #CC090F
Text Example
Text Example
White with #CC090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC090F; }
p { color: rgb(204,9,15); }
H1.HeaderClassName
{
color: #CC090F;
}
.AnyTagClassName
{
color: #CC090F;
}
</style>
background-color css
<style>
a { background-color: #CC090F; }
a { background-color: rgb(204,9,15); }
div.DivClassName
{
background-color: #CC090F;
}
.BgClassName
{
background-color: #CC090F;
}
</style>
border-color css
<style>
span { border-color: #CC090F; }
span { border-color: rgb(204,9,15); }
td.TdClassName
{
border-color: #CC090F;
}
.TagClassName
{
border-color: #CC090F;
}
</style>