Shades of Venetian Red #CF0125
Tints of Venetian Red #CF0125
RGB
CMYK
RGB Variations
Color information
#CF0125 (or 0xCF0125) is known color: Venetian Red. HEX triplet: CF, 01 and 25. RGB value is (207,1,37). Sum of RGB (Red+Green+Blue) = 207+1+37=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0125 is #30FEDA. Grayscale: #424242. Windows color (decimal): -3210971 or 2425295. OLE color: 2425295.
HSL color Cylindrical-coordinate representation of color #CF0125: hue angle of 349.51º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0125 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.19 |
| HSL | 349.51º | 0.99% | 0.41% | - |
| HSV(B) | 349.51º | 1% | 0.81% | - |
| XYZ | 26.08 | 13.42 | 2.97 | - |
| YUV | 66.7 | 111.25 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 37 | 0 | 1.00 | 0.82 | 0.19 | 349.51 | 0.99 | 0.41 |
| Hex | CF | 1 | 25 | 0 | 64 | 52 | 13 | 15E | 63 | 29 |
| Octal | 317 | 1 | 45 | 0 | 144 | 122 | 23 | 536 | 143 | 51 |
| Binary | 11001111 | 1 | 100101 | 0 | 1100100 | 1010010 | 10011 | 101011110 | 1100011 | 101001 |
Color Harmonies of #CF0125
Complementary color
Monochromatic Colors of #CF0125
Black with #CF0125
Text Example
Text Example
White with #CF0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0125; }
p { color: rgb(207,1,37); }
H1.HeaderClassName
{
color: #CF0125;
}
.AnyTagClassName
{
color: #CF0125;
}
</style>
background-color css
<style>
a { background-color: #CF0125; }
a { background-color: rgb(207,1,37); }
div.DivClassName
{
background-color: #CF0125;
}
.BgClassName
{
background-color: #CF0125;
}
</style>
border-color css
<style>
span { border-color: #CF0125; }
span { border-color: rgb(207,1,37); }
td.TdClassName
{
border-color: #CF0125;
}
.TagClassName
{
border-color: #CF0125;
}
</style>