Shades of Free Speech Red #DB0605
Tints of Free Speech Red #DB0605
RGB
CMYK
RGB Variations
Color information
#DB0605 (or 0xDB0605) is known color: Free Speech Red. HEX triplet: DB, 06 and 05. RGB value is (219,6,5). Sum of RGB (Red+Green+Blue) = 219+6+5=230 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.22% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0605 is #24F9FA. Grayscale: #454545. Windows color (decimal): -2423291 or 329435. OLE color: 329435.
HSL color Cylindrical-coordinate representation of color #DB0605: hue angle of 0.28º 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 #DB0605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.14 |
| HSL | 0.28º | 0.96% | 0.44% | - |
| HSV(B) | 0.28º | 0.98% | 0.86% | - |
| XYZ | 29.31 | 15.2 | 1.53 | - |
| YUV | 69.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 5 | 0 | 0.97 | 0.98 | 0.14 | 0.28 | 0.96 | 0.44 |
| Hex | DB | 6 | 5 | 0 | 61 | 62 | E | 0 | 60 | 2C |
| Octal | 333 | 6 | 5 | 0 | 141 | 142 | 16 | 0 | 140 | 54 |
| Binary | 11011011 | 110 | 101 | 0 | 1100001 | 1100010 | 1110 | 0 | 1100000 | 101100 |
Color Harmonies of #DB0605
Complementary color
Monochromatic Colors of #DB0605
Black with #DB0605
Text Example
Text Example
White with #DB0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0605; }
p { color: rgb(219,6,5); }
H1.HeaderClassName
{
color: #DB0605;
}
.AnyTagClassName
{
color: #DB0605;
}
</style>
background-color css
<style>
a { background-color: #DB0605; }
a { background-color: rgb(219,6,5); }
div.DivClassName
{
background-color: #DB0605;
}
.BgClassName
{
background-color: #DB0605;
}
</style>
border-color css
<style>
span { border-color: #DB0605; }
span { border-color: rgb(219,6,5); }
td.TdClassName
{
border-color: #DB0605;
}
.TagClassName
{
border-color: #DB0605;
}
</style>