Shades of Free Speech Red #DB0F04
Tints of Free Speech Red #DB0F04
RGB
CMYK
RGB Variations
Color information
#DB0F04 (or 0xDB0F04) is known color: Free Speech Red. HEX triplet: DB, 0F and 04. RGB value is (219,15,4). Sum of RGB (Red+Green+Blue) = 219+15+4=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0F04 is #24F0FB. Grayscale: #4A4A4A. Windows color (decimal): -2420988 or 266203. OLE color: 266203.
HSL color Cylindrical-coordinate representation of color #DB0F04: hue angle of 3.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0F04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.14 |
| HSL | 3.07º | 0.96% | 0.44% | - |
| HSV(B) | 3.07º | 0.98% | 0.86% | - |
| XYZ | 29.41 | 15.41 | 1.54 | - |
| YUV | 74.74 | 88.09 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 4 | 0 | 0.93 | 0.98 | 0.14 | 3.07 | 0.96 | 0.44 |
| Hex | DB | F | 4 | 0 | 5D | 62 | E | 3 | 60 | 2C |
| Octal | 333 | 17 | 4 | 0 | 135 | 142 | 16 | 3 | 140 | 54 |
| Binary | 11011011 | 1111 | 100 | 0 | 1011101 | 1100010 | 1110 | 11 | 1100000 | 101100 |
Color Harmonies of #DB0F04
Complementary color
Monochromatic Colors of #DB0F04
Black with #DB0F04
Text Example
Text Example
White with #DB0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F04; }
p { color: rgb(219,15,4); }
H1.HeaderClassName
{
color: #DB0F04;
}
.AnyTagClassName
{
color: #DB0F04;
}
</style>
background-color css
<style>
a { background-color: #DB0F04; }
a { background-color: rgb(219,15,4); }
div.DivClassName
{
background-color: #DB0F04;
}
.BgClassName
{
background-color: #DB0F04;
}
</style>
border-color css
<style>
span { border-color: #DB0F04; }
span { border-color: rgb(219,15,4); }
td.TdClassName
{
border-color: #DB0F04;
}
.TagClassName
{
border-color: #DB0F04;
}
</style>