Shades of Venetian Red #DC030F
Tints of Venetian Red #DC030F
RGB
CMYK
RGB Variations
Color information
#DC030F (or 0xDC030F) is known color: Venetian Red. HEX triplet: DC, 03 and 0F. RGB value is (220,3,15). Sum of RGB (Red+Green+Blue) = 220+3+15=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC030F is #23FCF0. Grayscale: #454545. Windows color (decimal): -2358513 or 984028. OLE color: 984028.
HSL color Cylindrical-coordinate representation of color #DC030F: hue angle of 356.68º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.14 |
| HSL | 356.68º | 0.97% | 0.44% | - |
| HSV(B) | 356.68º | 0.99% | 0.86% | - |
| XYZ | 29.63 | 15.32 | 1.85 | - |
| YUV | 69.25 | 97.39 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 15 | 0 | 0.99 | 0.93 | 0.14 | 356.68 | 0.97 | 0.44 |
| Hex | DC | 3 | F | 0 | 63 | 5D | E | 165 | 61 | 2C |
| Octal | 334 | 3 | 17 | 0 | 143 | 135 | 16 | 545 | 141 | 54 |
| Binary | 11011100 | 11 | 1111 | 0 | 1100011 | 1011101 | 1110 | 101100101 | 1100001 | 101100 |
Color Harmonies of #DC030F
Complementary color
Monochromatic Colors of #DC030F
Black with #DC030F
Text Example
Text Example
White with #DC030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC030F; }
p { color: rgb(220,3,15); }
H1.HeaderClassName
{
color: #DC030F;
}
.AnyTagClassName
{
color: #DC030F;
}
</style>
background-color css
<style>
a { background-color: #DC030F; }
a { background-color: rgb(220,3,15); }
div.DivClassName
{
background-color: #DC030F;
}
.BgClassName
{
background-color: #DC030F;
}
</style>
border-color css
<style>
span { border-color: #DC030F; }
span { border-color: rgb(220,3,15); }
td.TdClassName
{
border-color: #DC030F;
}
.TagClassName
{
border-color: #DC030F;
}
</style>