Shades of Venetian Red #CD0019
Tints of Venetian Red #CD0019
RGB
CMYK
RGB Variations
Color information
#CD0019 (or 0xCD0019) is known color: Venetian Red. HEX triplet: CD, 00 and 19. RGB value is (205,0,25). Sum of RGB (Red+Green+Blue) = 205+0+25=230 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.13% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0019 is #32FFE6. Grayscale: #404040. Windows color (decimal): -3342311 or 1638605. OLE color: 1638605.
HSL color Cylindrical-coordinate representation of color #CD0019: hue angle of 352.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0019 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.88 | 0.20 |
| HSL | 352.68º | 1% | 0.4% | - |
| HSV(B) | 352.68º | 1% | 0.8% | - |
| XYZ | 25.35 | 13.05 | 2.1 | - |
| YUV | 64.15 | 105.92 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 25 | 0 | 1 | 0.88 | 0.20 | 352.68 | 1 | 0.4 |
| Hex | CD | 0 | 19 | 0 | 64 | 58 | 14 | 161 | 64 | 28 |
| Octal | 315 | 0 | 31 | 0 | 144 | 130 | 24 | 541 | 144 | 50 |
| Binary | 11001101 | 0 | 11001 | 0 | 1100100 | 1011000 | 10100 | 101100001 | 1100100 | 101000 |
Color Harmonies of #CD0019
Complementary color
Monochromatic Colors of #CD0019
Black with #CD0019
Text Example
Text Example
White with #CD0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0019; }
p { color: rgb(205,0,25); }
H1.HeaderClassName
{
color: #CD0019;
}
.AnyTagClassName
{
color: #CD0019;
}
</style>
background-color css
<style>
a { background-color: #CD0019; }
a { background-color: rgb(205,0,25); }
div.DivClassName
{
background-color: #CD0019;
}
.BgClassName
{
background-color: #CD0019;
}
</style>
border-color css
<style>
span { border-color: #CD0019; }
span { border-color: rgb(205,0,25); }
td.TdClassName
{
border-color: #CD0019;
}
.TagClassName
{
border-color: #CD0019;
}
</style>