Shades of Venetian Red #CC0126
Tints of Venetian Red #CC0126
RGB
CMYK
RGB Variations
Color information
#CC0126 (or 0xCC0126) is known color: Venetian Red. HEX triplet: CC, 01 and 26. RGB value is (204,1,38). Sum of RGB (Red+Green+Blue) = 204+1+38=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0126 is #33FED9. Grayscale: #414141. Windows color (decimal): -3407578 or 2490828. OLE color: 2490828.
HSL color Cylindrical-coordinate representation of color #CC0126: hue angle of 349.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0126 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 38 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.2 |
| HSL | 349.06º | 0.99% | 0.4% | - |
| HSV(B) | 349.06º | 1% | 0.8% | - |
| XYZ | 25.26 | 13 | 3.01 | - |
| YUV | 65.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 38 | 0 | 1.00 | 0.81 | 0.2 | 349.06 | 0.99 | 0.4 |
| Hex | CC | 1 | 26 | 0 | 64 | 51 | 14 | 15D | 63 | 28 |
| Octal | 314 | 1 | 46 | 0 | 144 | 121 | 24 | 535 | 143 | 50 |
| Binary | 11001100 | 1 | 100110 | 0 | 1100100 | 1010001 | 10100 | 101011101 | 1100011 | 101000 |
Color Harmonies of #CC0126
Complementary color
Monochromatic Colors of #CC0126
Black with #CC0126
Text Example
Text Example
White with #CC0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0126; }
p { color: rgb(204,1,38); }
H1.HeaderClassName
{
color: #CC0126;
}
.AnyTagClassName
{
color: #CC0126;
}
</style>
background-color css
<style>
a { background-color: #CC0126; }
a { background-color: rgb(204,1,38); }
div.DivClassName
{
background-color: #CC0126;
}
.BgClassName
{
background-color: #CC0126;
}
</style>
border-color css
<style>
span { border-color: #CC0126; }
span { border-color: rgb(204,1,38); }
td.TdClassName
{
border-color: #CC0126;
}
.TagClassName
{
border-color: #CC0126;
}
</style>