Shades of Venetian Red #D0002A
Tints of Venetian Red #D0002A
RGB
CMYK
RGB Variations
Color information
#D0002A (or 0xD0002A) is known color: Venetian Red. HEX triplet: D0, 00 and 2A. RGB value is (208,0,42). Sum of RGB (Red+Green+Blue) = 208+0+42=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D0002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0002A is #2FFFD5. Grayscale: #434343. Windows color (decimal): -3145686 or 2752720. OLE color: 2752720.
HSL color Cylindrical-coordinate representation of color #D0002A: hue angle of 347.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.80 | 0.18 |
| HSL | 347.88º | 1% | 0.41% | - |
| HSV(B) | 347.88º | 1% | 0.82% | - |
| XYZ | 26.43 | 13.58 | 3.42 | - |
| YUV | 66.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 42 | 0 | 1 | 0.80 | 0.18 | 347.88 | 1 | 0.41 |
| Hex | D0 | 0 | 2A | 0 | 64 | 50 | 12 | 15C | 64 | 29 |
| Octal | 320 | 0 | 52 | 0 | 144 | 120 | 22 | 534 | 144 | 51 |
| Binary | 11010000 | 0 | 101010 | 0 | 1100100 | 1010000 | 10010 | 101011100 | 1100100 | 101001 |
Color Harmonies of #D0002A
Complementary color
Monochromatic Colors of #D0002A
Black with #D0002A
Text Example
Text Example
White with #D0002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0002A; }
p { color: rgb(208,0,42); }
H1.HeaderClassName
{
color: #D0002A;
}
.AnyTagClassName
{
color: #D0002A;
}
</style>
background-color css
<style>
a { background-color: #D0002A; }
a { background-color: rgb(208,0,42); }
div.DivClassName
{
background-color: #D0002A;
}
.BgClassName
{
background-color: #D0002A;
}
</style>
border-color css
<style>
span { border-color: #D0002A; }
span { border-color: rgb(208,0,42); }
td.TdClassName
{
border-color: #D0002A;
}
.TagClassName
{
border-color: #D0002A;
}
</style>