Shades of Venetian Red #CD010F
Tints of Venetian Red #CD010F
RGB
CMYK
RGB Variations
Color information
#CD010F (or 0xCD010F) is known color: Venetian Red. HEX triplet: CD, 01 and 0F. RGB value is (205,1,15). Sum of RGB (Red+Green+Blue) = 205+1+15=221 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.76% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 205 - color contains mainly: red. Hex color #CD010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD010F is #32FEF0. Grayscale: #3F3F3F. Windows color (decimal): -3342065 or 983501. OLE color: 983501.
HSL color Cylindrical-coordinate representation of color #CD010F: hue angle of 355.88º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.20 |
| HSL | 355.88º | 0.99% | 0.4% | - |
| HSV(B) | 355.88º | 1% | 0.8% | - |
| XYZ | 25.27 | 13.04 | 1.64 | - |
| YUV | 63.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 15 | 0 | 1.00 | 0.93 | 0.20 | 355.88 | 0.99 | 0.4 |
| Hex | CD | 1 | F | 0 | 64 | 5D | 14 | 164 | 63 | 28 |
| Octal | 315 | 1 | 17 | 0 | 144 | 135 | 24 | 544 | 143 | 50 |
| Binary | 11001101 | 1 | 1111 | 0 | 1100100 | 1011101 | 10100 | 101100100 | 1100011 | 101000 |
Color Harmonies of #CD010F
Complementary color
Monochromatic Colors of #CD010F
Black with #CD010F
Text Example
Text Example
White with #CD010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD010F; }
p { color: rgb(205,1,15); }
H1.HeaderClassName
{
color: #CD010F;
}
.AnyTagClassName
{
color: #CD010F;
}
</style>
background-color css
<style>
a { background-color: #CD010F; }
a { background-color: rgb(205,1,15); }
div.DivClassName
{
background-color: #CD010F;
}
.BgClassName
{
background-color: #CD010F;
}
</style>
border-color css
<style>
span { border-color: #CD010F; }
span { border-color: rgb(205,1,15); }
td.TdClassName
{
border-color: #CD010F;
}
.TagClassName
{
border-color: #CD010F;
}
</style>