Shades of Venetian Red #D5040B
Tints of Venetian Red #D5040B
RGB
CMYK
RGB Variations
Color information
#D5040B (or 0xD5040B) is known color: Venetian Red. HEX triplet: D5, 04 and 0B. RGB value is (213,4,11). Sum of RGB (Red+Green+Blue) = 213+4+11=228 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.42% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 213 - color contains mainly: red. Hex color #D5040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5040B is #2AFBF4. Grayscale: #434343. Windows color (decimal): -2817013 or 722133. OLE color: 722133.
HSL color Cylindrical-coordinate representation of color #D5040B: hue angle of 357.99º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.16 |
| HSL | 357.99º | 0.96% | 0.43% | - |
| HSV(B) | 357.99º | 0.98% | 0.84% | - |
| XYZ | 27.54 | 14.26 | 1.62 | - |
| YUV | 67.29 | 96.24 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 11 | 0 | 0.98 | 0.95 | 0.16 | 357.99 | 0.96 | 0.43 |
| Hex | D5 | 4 | B | 0 | 62 | 5F | 10 | 166 | 60 | 2B |
| Octal | 325 | 4 | 13 | 0 | 142 | 137 | 20 | 546 | 140 | 53 |
| Binary | 11010101 | 100 | 1011 | 0 | 1100010 | 1011111 | 10000 | 101100110 | 1100000 | 101011 |
Color Harmonies of #D5040B
Complementary color
Monochromatic Colors of #D5040B
Black with #D5040B
Text Example
Text Example
White with #D5040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5040B; }
p { color: rgb(213,4,11); }
H1.HeaderClassName
{
color: #D5040B;
}
.AnyTagClassName
{
color: #D5040B;
}
</style>
background-color css
<style>
a { background-color: #D5040B; }
a { background-color: rgb(213,4,11); }
div.DivClassName
{
background-color: #D5040B;
}
.BgClassName
{
background-color: #D5040B;
}
</style>
border-color css
<style>
span { border-color: #D5040B; }
span { border-color: rgb(213,4,11); }
td.TdClassName
{
border-color: #D5040B;
}
.TagClassName
{
border-color: #D5040B;
}
</style>