Shades of Venetian Red #D50208
Tints of Venetian Red #D50208
RGB
CMYK
RGB Variations
Color information
#D50208 (or 0xD50208) is known color: Venetian Red. HEX triplet: D5, 02 and 08. RGB value is (213,2,8). Sum of RGB (Red+Green+Blue) = 213+2+8=223 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.52% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 213 - color contains mainly: red. Hex color #D50208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50208 is #2AFDF7. Grayscale: #414141. Windows color (decimal): -2817528 or 525013. OLE color: 525013.
HSL color Cylindrical-coordinate representation of color #D50208: hue angle of 358.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50208 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.16 |
| HSL | 358.29º | 0.98% | 0.42% | - |
| HSV(B) | 358.29º | 0.99% | 0.84% | - |
| XYZ | 27.51 | 14.21 | 1.52 | - |
| YUV | 65.77 | 95.4 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 8 | 0 | 0.99 | 0.96 | 0.16 | 358.29 | 0.98 | 0.42 |
| Hex | D5 | 2 | 8 | 0 | 63 | 60 | 10 | 166 | 62 | 2A |
| Octal | 325 | 2 | 10 | 0 | 143 | 140 | 20 | 546 | 142 | 52 |
| Binary | 11010101 | 10 | 1000 | 0 | 1100011 | 1100000 | 10000 | 101100110 | 1100010 | 101010 |
Color Harmonies of #D50208
Complementary color
Monochromatic Colors of #D50208
Black with #D50208
Text Example
Text Example
White with #D50208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50208; }
p { color: rgb(213,2,8); }
H1.HeaderClassName
{
color: #D50208;
}
.AnyTagClassName
{
color: #D50208;
}
</style>
background-color css
<style>
a { background-color: #D50208; }
a { background-color: rgb(213,2,8); }
div.DivClassName
{
background-color: #D50208;
}
.BgClassName
{
background-color: #D50208;
}
</style>
border-color css
<style>
span { border-color: #D50208; }
span { border-color: rgb(213,2,8); }
td.TdClassName
{
border-color: #D50208;
}
.TagClassName
{
border-color: #D50208;
}
</style>