Shades of Free Speech Red #DB0F08
Tints of Free Speech Red #DB0F08
RGB
CMYK
RGB Variations
Color information
#DB0F08 (or 0xDB0F08) is known color: Free Speech Red. HEX triplet: DB, 0F and 08. RGB value is (219,15,8). Sum of RGB (Red+Green+Blue) = 219+15+8=242 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.50% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0F08 is #24F0F7. Grayscale: #4B4B4B. Windows color (decimal): -2420984 or 528347. OLE color: 528347.
HSL color Cylindrical-coordinate representation of color #DB0F08: hue angle of 1.99º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0F08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.14 |
| HSL | 1.99º | 0.93% | 0.45% | - |
| HSV(B) | 1.99º | 0.96% | 0.86% | - |
| XYZ | 29.43 | 15.42 | 1.65 | - |
| YUV | 75.2 | 90.09 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 8 | 0 | 0.93 | 0.96 | 0.14 | 1.99 | 0.93 | 0.45 |
| Hex | DB | F | 8 | 0 | 5D | 60 | E | 2 | 5D | 2D |
| Octal | 333 | 17 | 10 | 0 | 135 | 140 | 16 | 2 | 135 | 55 |
| Binary | 11011011 | 1111 | 1000 | 0 | 1011101 | 1100000 | 1110 | 10 | 1011101 | 101101 |
Color Harmonies of #DB0F08
Complementary color
Monochromatic Colors of #DB0F08
Black with #DB0F08
Text Example
Text Example
White with #DB0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F08; }
p { color: rgb(219,15,8); }
H1.HeaderClassName
{
color: #DB0F08;
}
.AnyTagClassName
{
color: #DB0F08;
}
</style>
background-color css
<style>
a { background-color: #DB0F08; }
a { background-color: rgb(219,15,8); }
div.DivClassName
{
background-color: #DB0F08;
}
.BgClassName
{
background-color: #DB0F08;
}
</style>
border-color css
<style>
span { border-color: #DB0F08; }
span { border-color: rgb(219,15,8); }
td.TdClassName
{
border-color: #DB0F08;
}
.TagClassName
{
border-color: #DB0F08;
}
</style>