Shades of Venetian Red #D60308
Tints of Venetian Red #D60308
RGB
CMYK
RGB Variations
Color information
#D60308 (or 0xD60308) is known color: Venetian Red. HEX triplet: D6, 03 and 08. RGB value is (214,3,8). Sum of RGB (Red+Green+Blue) = 214+3+8=225 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 214 - color contains mainly: red. Hex color #D60308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60308 is #29FCF7. Grayscale: #424242. Windows color (decimal): -2751736 or 525270. OLE color: 525270.
HSL color Cylindrical-coordinate representation of color #D60308: hue angle of 358.58º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.16 |
| HSL | 358.58º | 0.97% | 0.43% | - |
| HSV(B) | 358.58º | 0.99% | 0.84% | - |
| XYZ | 27.81 | 14.38 | 1.54 | - |
| YUV | 66.66 | 94.9 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 8 | 0 | 0.99 | 0.96 | 0.16 | 358.58 | 0.97 | 0.43 |
| Hex | D6 | 3 | 8 | 0 | 63 | 60 | 10 | 167 | 61 | 2B |
| Octal | 326 | 3 | 10 | 0 | 143 | 140 | 20 | 547 | 141 | 53 |
| Binary | 11010110 | 11 | 1000 | 0 | 1100011 | 1100000 | 10000 | 101100111 | 1100001 | 101011 |
Color Harmonies of #D60308
Complementary color
Monochromatic Colors of #D60308
Black with #D60308
Text Example
Text Example
White with #D60308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60308; }
p { color: rgb(214,3,8); }
H1.HeaderClassName
{
color: #D60308;
}
.AnyTagClassName
{
color: #D60308;
}
</style>
background-color css
<style>
a { background-color: #D60308; }
a { background-color: rgb(214,3,8); }
div.DivClassName
{
background-color: #D60308;
}
.BgClassName
{
background-color: #D60308;
}
</style>
border-color css
<style>
span { border-color: #D60308; }
span { border-color: rgb(214,3,8); }
td.TdClassName
{
border-color: #D60308;
}
.TagClassName
{
border-color: #D60308;
}
</style>