Shades of Venetian Red #D8001A
Tints of Venetian Red #D8001A
RGB
CMYK
RGB Variations
Color information
#D8001A (or 0xD8001A) is known color: Venetian Red. HEX triplet: D8, 00 and 1A. RGB value is (216,0,26). Sum of RGB (Red+Green+Blue) = 216+0+26=242 (32% of max value = 765). Red value is 216 (84.77% from 255 or 89.26% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 216 - color contains mainly: red. Hex color #D8001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8001A is #27FFE5. Grayscale: #434343. Windows color (decimal): -2621414 or 1704152. OLE color: 1704152.
HSL color Cylindrical-coordinate representation of color #D8001A: hue angle of 352.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8001A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.88 | 0.15 |
| HSL | 352.78º | 1% | 0.42% | - |
| HSV(B) | 352.78º | 1% | 0.85% | - |
| XYZ | 28.51 | 14.67 | 2.31 | - |
| YUV | 67.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 26 | 0 | 1 | 0.88 | 0.15 | 352.78 | 1 | 0.42 |
| Hex | D8 | 0 | 1A | 0 | 64 | 58 | F | 161 | 64 | 2A |
| Octal | 330 | 0 | 32 | 0 | 144 | 130 | 17 | 541 | 144 | 52 |
| Binary | 11011000 | 0 | 11010 | 0 | 1100100 | 1011000 | 1111 | 101100001 | 1100100 | 101010 |
Color Harmonies of #D8001A
Complementary color
Monochromatic Colors of #D8001A
Black with #D8001A
Text Example
Text Example
White with #D8001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8001A; }
p { color: rgb(216,0,26); }
H1.HeaderClassName
{
color: #D8001A;
}
.AnyTagClassName
{
color: #D8001A;
}
</style>
background-color css
<style>
a { background-color: #D8001A; }
a { background-color: rgb(216,0,26); }
div.DivClassName
{
background-color: #D8001A;
}
.BgClassName
{
background-color: #D8001A;
}
</style>
border-color css
<style>
span { border-color: #D8001A; }
span { border-color: rgb(216,0,26); }
td.TdClassName
{
border-color: #D8001A;
}
.TagClassName
{
border-color: #D8001A;
}
</style>