Shades of Free Speech Red #DB1209
Tints of Free Speech Red #DB1209
RGB
CMYK
RGB Variations
Color information
#DB1209 (or 0xDB1209) is known color: Free Speech Red. HEX triplet: DB, 12 and 09. RGB value is (219,18,9). Sum of RGB (Red+Green+Blue) = 219+18+9=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1209 is #24EDF6. Grayscale: #4D4D4D. Windows color (decimal): -2420215 or 594651. OLE color: 594651.
HSL color Cylindrical-coordinate representation of color #DB1209: hue angle of 2.57º degrees, saturation: 0.92, 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 #DB1209 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.14 |
| HSL | 2.57º | 0.92% | 0.45% | - |
| HSV(B) | 2.57º | 0.96% | 0.86% | - |
| XYZ | 29.48 | 15.51 | 1.7 | - |
| YUV | 77.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 9 | 0 | 0.92 | 0.96 | 0.14 | 2.57 | 0.92 | 0.45 |
| Hex | DB | 12 | 9 | 0 | 5C | 60 | E | 3 | 5C | 2D |
| Octal | 333 | 22 | 11 | 0 | 134 | 140 | 16 | 3 | 134 | 55 |
| Binary | 11011011 | 10010 | 1001 | 0 | 1011100 | 1100000 | 1110 | 11 | 1011100 | 101101 |
Color Harmonies of #DB1209
Complementary color
Monochromatic Colors of #DB1209
Black with #DB1209
Text Example
Text Example
White with #DB1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1209; }
p { color: rgb(219,18,9); }
H1.HeaderClassName
{
color: #DB1209;
}
.AnyTagClassName
{
color: #DB1209;
}
</style>
background-color css
<style>
a { background-color: #DB1209; }
a { background-color: rgb(219,18,9); }
div.DivClassName
{
background-color: #DB1209;
}
.BgClassName
{
background-color: #DB1209;
}
</style>
border-color css
<style>
span { border-color: #DB1209; }
span { border-color: rgb(219,18,9); }
td.TdClassName
{
border-color: #DB1209;
}
.TagClassName
{
border-color: #DB1209;
}
</style>