Shades of Venetian Red #D4030A
Tints of Venetian Red #D4030A
RGB
CMYK
RGB Variations
Color information
#D4030A (or 0xD4030A) is known color: Venetian Red. HEX triplet: D4, 03 and 0A. RGB value is (212,3,10). Sum of RGB (Red+Green+Blue) = 212+3+10=225 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.22% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 212 - color contains mainly: red. Hex color #D4030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4030A is #2BFCF5. Grayscale: #424242. Windows color (decimal): -2882806 or 656340. OLE color: 656340.
HSL color Cylindrical-coordinate representation of color #D4030A: hue angle of 357.99º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4030A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.17 |
| HSL | 357.99º | 0.97% | 0.42% | - |
| HSV(B) | 357.99º | 0.99% | 0.83% | - |
| XYZ | 27.24 | 14.08 | 1.57 | - |
| YUV | 66.29 | 96.24 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 10 | 0 | 0.99 | 0.95 | 0.17 | 357.99 | 0.97 | 0.42 |
| Hex | D4 | 3 | A | 0 | 63 | 5F | 11 | 166 | 61 | 2A |
| Octal | 324 | 3 | 12 | 0 | 143 | 137 | 21 | 546 | 141 | 52 |
| Binary | 11010100 | 11 | 1010 | 0 | 1100011 | 1011111 | 10001 | 101100110 | 1100001 | 101010 |
Color Harmonies of #D4030A
Complementary color
Monochromatic Colors of #D4030A
Black with #D4030A
Text Example
Text Example
White with #D4030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4030A; }
p { color: rgb(212,3,10); }
H1.HeaderClassName
{
color: #D4030A;
}
.AnyTagClassName
{
color: #D4030A;
}
</style>
background-color css
<style>
a { background-color: #D4030A; }
a { background-color: rgb(212,3,10); }
div.DivClassName
{
background-color: #D4030A;
}
.BgClassName
{
background-color: #D4030A;
}
</style>
border-color css
<style>
span { border-color: #D4030A; }
span { border-color: rgb(212,3,10); }
td.TdClassName
{
border-color: #D4030A;
}
.TagClassName
{
border-color: #D4030A;
}
</style>