Shades of Venetian Red #CF040F
Tints of Venetian Red #CF040F
RGB
CMYK
RGB Variations
Color information
#CF040F (or 0xCF040F) is known color: Venetian Red. HEX triplet: CF, 04 and 0F. RGB value is (207,4,15). Sum of RGB (Red+Green+Blue) = 207+4+15=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF040F is #30FBF0. Grayscale: #424242. Windows color (decimal): -3210225 or 984271. OLE color: 984271.
HSL color Cylindrical-coordinate representation of color #CF040F: hue angle of 356.75º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF040F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.19 |
| HSL | 356.75º | 0.96% | 0.41% | - |
| HSV(B) | 356.75º | 0.98% | 0.81% | - |
| XYZ | 25.86 | 13.39 | 1.67 | - |
| YUV | 65.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 15 | 0 | 0.98 | 0.93 | 0.19 | 356.75 | 0.96 | 0.41 |
| Hex | CF | 4 | F | 0 | 62 | 5D | 13 | 165 | 60 | 29 |
| Octal | 317 | 4 | 17 | 0 | 142 | 135 | 23 | 545 | 140 | 51 |
| Binary | 11001111 | 100 | 1111 | 0 | 1100010 | 1011101 | 10011 | 101100101 | 1100000 | 101001 |
Color Harmonies of #CF040F
Complementary color
Monochromatic Colors of #CF040F
Black with #CF040F
Text Example
Text Example
White with #CF040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF040F; }
p { color: rgb(207,4,15); }
H1.HeaderClassName
{
color: #CF040F;
}
.AnyTagClassName
{
color: #CF040F;
}
</style>
background-color css
<style>
a { background-color: #CF040F; }
a { background-color: rgb(207,4,15); }
div.DivClassName
{
background-color: #CF040F;
}
.BgClassName
{
background-color: #CF040F;
}
</style>
border-color css
<style>
span { border-color: #CF040F; }
span { border-color: rgb(207,4,15); }
td.TdClassName
{
border-color: #CF040F;
}
.TagClassName
{
border-color: #CF040F;
}
</style>