Shades of Venetian Red #CD010D
Tints of Venetian Red #CD010D
RGB
CMYK
RGB Variations
Color information
#CD010D (or 0xCD010D) is known color: Venetian Red. HEX triplet: CD, 01 and 0D. RGB value is (205,1,13). Sum of RGB (Red+Green+Blue) = 205+1+13=219 (29% of max value = 765). Red value is 205 (80.47% from 255 or 93.61% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 205 - color contains mainly: red. Hex color #CD010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD010D is #32FEF2. Grayscale: #3F3F3F. Windows color (decimal): -3342067 or 852429. OLE color: 852429.
HSL color Cylindrical-coordinate representation of color #CD010D: hue angle of 356.47º 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 #CD010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.20 |
| HSL | 356.47º | 0.99% | 0.4% | - |
| HSV(B) | 356.47º | 1% | 0.8% | - |
| XYZ | 25.26 | 13.03 | 1.56 | - |
| YUV | 63.36 | 99.59 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 13 | 0 | 1.00 | 0.94 | 0.20 | 356.47 | 0.99 | 0.4 |
| Hex | CD | 1 | D | 0 | 64 | 5E | 14 | 164 | 63 | 28 |
| Octal | 315 | 1 | 15 | 0 | 144 | 136 | 24 | 544 | 143 | 50 |
| Binary | 11001101 | 1 | 1101 | 0 | 1100100 | 1011110 | 10100 | 101100100 | 1100011 | 101000 |
Color Harmonies of #CD010D
Complementary color
Monochromatic Colors of #CD010D
Black with #CD010D
Text Example
Text Example
White with #CD010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD010D; }
p { color: rgb(205,1,13); }
H1.HeaderClassName
{
color: #CD010D;
}
.AnyTagClassName
{
color: #CD010D;
}
</style>
background-color css
<style>
a { background-color: #CD010D; }
a { background-color: rgb(205,1,13); }
div.DivClassName
{
background-color: #CD010D;
}
.BgClassName
{
background-color: #CD010D;
}
</style>
border-color css
<style>
span { border-color: #CD010D; }
span { border-color: rgb(205,1,13); }
td.TdClassName
{
border-color: #CD010D;
}
.TagClassName
{
border-color: #CD010D;
}
</style>