Shades of Venetian Red #D5001C
Tints of Venetian Red #D5001C
RGB
CMYK
RGB Variations
Color information
#D5001C (or 0xD5001C) is known color: Venetian Red. HEX triplet: D5, 00 and 1C. RGB value is (213,0,28). Sum of RGB (Red+Green+Blue) = 213+0+28=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D5001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5001C is #2AFFE3. Grayscale: #424242. Windows color (decimal): -2818020 or 1835221. OLE color: 1835221.
HSL color Cylindrical-coordinate representation of color #D5001C: hue angle of 352.11º 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 #D5001C is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.87 | 0.16 |
| HSL | 352.11º | 1% | 0.42% | - |
| HSV(B) | 352.11º | 1% | 0.84% | - |
| XYZ | 27.65 | 14.23 | 2.39 | - |
| YUV | 66.88 | 106.07 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 28 | 0 | 1 | 0.87 | 0.16 | 352.11 | 1 | 0.42 |
| Hex | D5 | 0 | 1C | 0 | 64 | 57 | 10 | 160 | 64 | 2A |
| Octal | 325 | 0 | 34 | 0 | 144 | 127 | 20 | 540 | 144 | 52 |
| Binary | 11010101 | 0 | 11100 | 0 | 1100100 | 1010111 | 10000 | 101100000 | 1100100 | 101010 |
Color Harmonies of #D5001C
Complementary color
Monochromatic Colors of #D5001C
Black with #D5001C
Text Example
Text Example
White with #D5001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5001C; }
p { color: rgb(213,0,28); }
H1.HeaderClassName
{
color: #D5001C;
}
.AnyTagClassName
{
color: #D5001C;
}
</style>
background-color css
<style>
a { background-color: #D5001C; }
a { background-color: rgb(213,0,28); }
div.DivClassName
{
background-color: #D5001C;
}
.BgClassName
{
background-color: #D5001C;
}
</style>
border-color css
<style>
span { border-color: #D5001C; }
span { border-color: rgb(213,0,28); }
td.TdClassName
{
border-color: #D5001C;
}
.TagClassName
{
border-color: #D5001C;
}
</style>