Shades of Venetian Red #D1050F
Tints of Venetian Red #D1050F
RGB
CMYK
RGB Variations
Color information
#D1050F (or 0xD1050F) is known color: Venetian Red. HEX triplet: D1, 05 and 0F. RGB value is (209,5,15). Sum of RGB (Red+Green+Blue) = 209+5+15=229 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.27% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 209 - color contains mainly: red. Hex color #D1050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1050F is #2EFAF0. Grayscale: #434343. Windows color (decimal): -3078897 or 984529. OLE color: 984529.
HSL color Cylindrical-coordinate representation of color #D1050F: hue angle of 357.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1050F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 15 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.18 |
| HSL | 357.06º | 0.95% | 0.42% | - |
| HSV(B) | 357.06º | 0.98% | 0.82% | - |
| XYZ | 26.43 | 13.7 | 1.7 | - |
| YUV | 67.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 15 | 0 | 0.98 | 0.93 | 0.18 | 357.06 | 0.95 | 0.42 |
| Hex | D1 | 5 | F | 0 | 62 | 5D | 12 | 165 | 5F | 2A |
| Octal | 321 | 5 | 17 | 0 | 142 | 135 | 22 | 545 | 137 | 52 |
| Binary | 11010001 | 101 | 1111 | 0 | 1100010 | 1011101 | 10010 | 101100101 | 1011111 | 101010 |
Color Harmonies of #D1050F
Complementary color
Monochromatic Colors of #D1050F
Black with #D1050F
Text Example
Text Example
White with #D1050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1050F; }
p { color: rgb(209,5,15); }
H1.HeaderClassName
{
color: #D1050F;
}
.AnyTagClassName
{
color: #D1050F;
}
</style>
background-color css
<style>
a { background-color: #D1050F; }
a { background-color: rgb(209,5,15); }
div.DivClassName
{
background-color: #D1050F;
}
.BgClassName
{
background-color: #D1050F;
}
</style>
border-color css
<style>
span { border-color: #D1050F; }
span { border-color: rgb(209,5,15); }
td.TdClassName
{
border-color: #D1050F;
}
.TagClassName
{
border-color: #D1050F;
}
</style>