Shades of Venetian Red #CF0018
Tints of Venetian Red #CF0018
RGB
CMYK
RGB Variations
Color information
#CF0018 (or 0xCF0018) is known color: Venetian Red. HEX triplet: CF, 00 and 18. RGB value is (207,0,24). Sum of RGB (Red+Green+Blue) = 207+0+24=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0018 is #30FFE7. Grayscale: #404040. Windows color (decimal): -3211240 or 1573071. OLE color: 1573071.
HSL color Cylindrical-coordinate representation of color #CF0018: hue angle of 353.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0018 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.88 | 0.19 |
| HSL | 353.04º | 1% | 0.41% | - |
| HSV(B) | 353.04º | 1% | 0.81% | - |
| XYZ | 25.9 | 13.33 | 2.07 | - |
| YUV | 64.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 24 | 0 | 1 | 0.88 | 0.19 | 353.04 | 1 | 0.41 |
| Hex | CF | 0 | 18 | 0 | 64 | 58 | 13 | 161 | 64 | 29 |
| Octal | 317 | 0 | 30 | 0 | 144 | 130 | 23 | 541 | 144 | 51 |
| Binary | 11001111 | 0 | 11000 | 0 | 1100100 | 1011000 | 10011 | 101100001 | 1100100 | 101001 |
Color Harmonies of #CF0018
Complementary color
Monochromatic Colors of #CF0018
Black with #CF0018
Text Example
Text Example
White with #CF0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0018; }
p { color: rgb(207,0,24); }
H1.HeaderClassName
{
color: #CF0018;
}
.AnyTagClassName
{
color: #CF0018;
}
</style>
background-color css
<style>
a { background-color: #CF0018; }
a { background-color: rgb(207,0,24); }
div.DivClassName
{
background-color: #CF0018;
}
.BgClassName
{
background-color: #CF0018;
}
</style>
border-color css
<style>
span { border-color: #CF0018; }
span { border-color: rgb(207,0,24); }
td.TdClassName
{
border-color: #CF0018;
}
.TagClassName
{
border-color: #CF0018;
}
</style>