Shades of Venetian Red #CF031C
Tints of Venetian Red #CF031C
RGB
CMYK
RGB Variations
Color information
#CF031C (or 0xCF031C) is known color: Venetian Red. HEX triplet: CF, 03 and 1C. RGB value is (207,3,28). Sum of RGB (Red+Green+Blue) = 207+3+28=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF031C is #30FCE3. Grayscale: #424242. Windows color (decimal): -3210468 or 1835983. OLE color: 1835983.
HSL color Cylindrical-coordinate representation of color #CF031C: hue angle of 352.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF031C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.19 |
| HSL | 352.65º | 0.97% | 0.41% | - |
| HSV(B) | 352.65º | 0.99% | 0.81% | - |
| XYZ | 25.97 | 13.41 | 2.32 | - |
| YUV | 66.85 | 106.09 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 28 | 0 | 0.99 | 0.86 | 0.19 | 352.65 | 0.97 | 0.41 |
| Hex | CF | 3 | 1C | 0 | 63 | 56 | 13 | 161 | 61 | 29 |
| Octal | 317 | 3 | 34 | 0 | 143 | 126 | 23 | 541 | 141 | 51 |
| Binary | 11001111 | 11 | 11100 | 0 | 1100011 | 1010110 | 10011 | 101100001 | 1100001 | 101001 |
Color Harmonies of #CF031C
Complementary color
Monochromatic Colors of #CF031C
Black with #CF031C
Text Example
Text Example
White with #CF031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF031C; }
p { color: rgb(207,3,28); }
H1.HeaderClassName
{
color: #CF031C;
}
.AnyTagClassName
{
color: #CF031C;
}
</style>
background-color css
<style>
a { background-color: #CF031C; }
a { background-color: rgb(207,3,28); }
div.DivClassName
{
background-color: #CF031C;
}
.BgClassName
{
background-color: #CF031C;
}
</style>
border-color css
<style>
span { border-color: #CF031C; }
span { border-color: rgb(207,3,28); }
td.TdClassName
{
border-color: #CF031C;
}
.TagClassName
{
border-color: #CF031C;
}
</style>