Shades of Venetian Red #D7001C
Tints of Venetian Red #D7001C
RGB
CMYK
RGB Variations
Color information
#D7001C (or 0xD7001C) is known color: Venetian Red. HEX triplet: D7, 00 and 1C. RGB value is (215,0,28). Sum of RGB (Red+Green+Blue) = 215+0+28=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D7001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7001C is #28FFE3. Grayscale: #434343. Windows color (decimal): -2686948 or 1835223. OLE color: 1835223.
HSL color Cylindrical-coordinate representation of color #D7001C: hue angle of 352.19º 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 #D7001C is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.87 | 0.16 |
| HSL | 352.19º | 1% | 0.42% | - |
| HSV(B) | 352.19º | 1% | 0.84% | - |
| XYZ | 28.23 | 14.53 | 2.42 | - |
| YUV | 67.48 | 105.73 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 28 | 0 | 1 | 0.87 | 0.16 | 352.19 | 1 | 0.42 |
| Hex | D7 | 0 | 1C | 0 | 64 | 57 | 10 | 160 | 64 | 2A |
| Octal | 327 | 0 | 34 | 0 | 144 | 127 | 20 | 540 | 144 | 52 |
| Binary | 11010111 | 0 | 11100 | 0 | 1100100 | 1010111 | 10000 | 101100000 | 1100100 | 101010 |
Color Harmonies of #D7001C
Complementary color
Monochromatic Colors of #D7001C
Black with #D7001C
Text Example
Text Example
White with #D7001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7001C; }
p { color: rgb(215,0,28); }
H1.HeaderClassName
{
color: #D7001C;
}
.AnyTagClassName
{
color: #D7001C;
}
</style>
background-color css
<style>
a { background-color: #D7001C; }
a { background-color: rgb(215,0,28); }
div.DivClassName
{
background-color: #D7001C;
}
.BgClassName
{
background-color: #D7001C;
}
</style>
border-color css
<style>
span { border-color: #D7001C; }
span { border-color: rgb(215,0,28); }
td.TdClassName
{
border-color: #D7001C;
}
.TagClassName
{
border-color: #D7001C;
}
</style>