Shades of Venetian Red #CC1213
Tints of Venetian Red #CC1213
RGB
CMYK
RGB Variations
Color information
#CC1213 (or 0xCC1213) is known color: Venetian Red. HEX triplet: CC, 12 and 13. RGB value is (204,18,19). Sum of RGB (Red+Green+Blue) = 204+18+19=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1213 is #33EDEC. Grayscale: #494949. Windows color (decimal): -3403245 or 1249996. OLE color: 1249996.
HSL color Cylindrical-coordinate representation of color #CC1213: hue angle of 359.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1213 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 19 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.2 |
| HSL | 359.68º | 0.84% | 0.44% | - |
| HSV(B) | 359.68º | 0.91% | 0.8% | - |
| XYZ | 25.24 | 13.32 | 1.86 | - |
| YUV | 73.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 19 | 0 | 0.91 | 0.91 | 0.2 | 359.68 | 0.84 | 0.44 |
| Hex | CC | 12 | 13 | 0 | 5B | 5B | 14 | 168 | 54 | 2C |
| Octal | 314 | 22 | 23 | 0 | 133 | 133 | 24 | 550 | 124 | 54 |
| Binary | 11001100 | 10010 | 10011 | 0 | 1011011 | 1011011 | 10100 | 101101000 | 1010100 | 101100 |
Color Harmonies of #CC1213
Complementary color
Monochromatic Colors of #CC1213
Black with #CC1213
Text Example
Text Example
White with #CC1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1213; }
p { color: rgb(204,18,19); }
H1.HeaderClassName
{
color: #CC1213;
}
.AnyTagClassName
{
color: #CC1213;
}
</style>
background-color css
<style>
a { background-color: #CC1213; }
a { background-color: rgb(204,18,19); }
div.DivClassName
{
background-color: #CC1213;
}
.BgClassName
{
background-color: #CC1213;
}
</style>
border-color css
<style>
span { border-color: #CC1213; }
span { border-color: rgb(204,18,19); }
td.TdClassName
{
border-color: #CC1213;
}
.TagClassName
{
border-color: #CC1213;
}
</style>