Shades of Venetian Red #CC0228
Tints of Venetian Red #CC0228
RGB
CMYK
RGB Variations
Color information
#CC0228 (or 0xCC0228) is known color: Venetian Red. HEX triplet: CC, 02 and 28. RGB value is (204,2,40). Sum of RGB (Red+Green+Blue) = 204+2+40=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0228 is #33FDD7. Grayscale: #424242. Windows color (decimal): -3407320 or 2622156. OLE color: 2622156.
HSL color Cylindrical-coordinate representation of color #CC0228: hue angle of 348.71º 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 #CC0228 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.2 |
| HSL | 348.71º | 0.98% | 0.4% | - |
| HSV(B) | 348.71º | 0.99% | 0.8% | - |
| XYZ | 25.31 | 13.03 | 3.19 | - |
| YUV | 66.73 | 112.92 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 40 | 0 | 0.99 | 0.80 | 0.2 | 348.71 | 0.98 | 0.4 |
| Hex | CC | 2 | 28 | 0 | 63 | 50 | 14 | 15D | 62 | 28 |
| Octal | 314 | 2 | 50 | 0 | 143 | 120 | 24 | 535 | 142 | 50 |
| Binary | 11001100 | 10 | 101000 | 0 | 1100011 | 1010000 | 10100 | 101011101 | 1100010 | 101000 |
Color Harmonies of #CC0228
Complementary color
Monochromatic Colors of #CC0228
Black with #CC0228
Text Example
Text Example
White with #CC0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0228; }
p { color: rgb(204,2,40); }
H1.HeaderClassName
{
color: #CC0228;
}
.AnyTagClassName
{
color: #CC0228;
}
</style>
background-color css
<style>
a { background-color: #CC0228; }
a { background-color: rgb(204,2,40); }
div.DivClassName
{
background-color: #CC0228;
}
.BgClassName
{
background-color: #CC0228;
}
</style>
border-color css
<style>
span { border-color: #CC0228; }
span { border-color: rgb(204,2,40); }
td.TdClassName
{
border-color: #CC0228;
}
.TagClassName
{
border-color: #CC0228;
}
</style>