Shades of Venetian Red #D5000F
Tints of Venetian Red #D5000F
RGB
CMYK
RGB Variations
Color information
#D5000F (or 0xD5000F) is known color: Venetian Red. HEX triplet: D5, 00 and 0F. RGB value is (213,0,15). Sum of RGB (Red+Green+Blue) = 213+0+15=228 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.42% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 213 - color contains mainly: red. Hex color #D5000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5000F is #2AFFF0. Grayscale: #414141. Windows color (decimal): -2818033 or 983253. OLE color: 983253.
HSL color Cylindrical-coordinate representation of color #D5000F: hue angle of 355.77º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.93 | 0.16 |
| HSL | 355.77º | 1% | 0.42% | - |
| HSV(B) | 355.77º | 1% | 0.84% | - |
| XYZ | 27.53 | 14.18 | 1.74 | - |
| YUV | 65.4 | 99.57 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 15 | 0 | 1 | 0.93 | 0.16 | 355.77 | 1 | 0.42 |
| Hex | D5 | 0 | F | 0 | 64 | 5D | 10 | 164 | 64 | 2A |
| Octal | 325 | 0 | 17 | 0 | 144 | 135 | 20 | 544 | 144 | 52 |
| Binary | 11010101 | 0 | 1111 | 0 | 1100100 | 1011101 | 10000 | 101100100 | 1100100 | 101010 |
Color Harmonies of #D5000F
Complementary color
Monochromatic Colors of #D5000F
Black with #D5000F
Text Example
Text Example
White with #D5000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5000F; }
p { color: rgb(213,0,15); }
H1.HeaderClassName
{
color: #D5000F;
}
.AnyTagClassName
{
color: #D5000F;
}
</style>
background-color css
<style>
a { background-color: #D5000F; }
a { background-color: rgb(213,0,15); }
div.DivClassName
{
background-color: #D5000F;
}
.BgClassName
{
background-color: #D5000F;
}
</style>
border-color css
<style>
span { border-color: #D5000F; }
span { border-color: rgb(213,0,15); }
td.TdClassName
{
border-color: #D5000F;
}
.TagClassName
{
border-color: #D5000F;
}
</style>