Shades of Free Speech Red #DB1207
Tints of Free Speech Red #DB1207
RGB
CMYK
RGB Variations
Color information
#DB1207 (or 0xDB1207) is known color: Free Speech Red. HEX triplet: DB, 12 and 07. RGB value is (219,18,7). Sum of RGB (Red+Green+Blue) = 219+18+7=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1207 is #24EDF8. Grayscale: #4D4D4D. Windows color (decimal): -2420217 or 463579. OLE color: 463579.
HSL color Cylindrical-coordinate representation of color #DB1207: hue angle of 3.11º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB1207 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.14 |
| HSL | 3.11º | 0.94% | 0.44% | - |
| HSV(B) | 3.11º | 0.97% | 0.86% | - |
| XYZ | 29.47 | 15.51 | 1.64 | - |
| YUV | 76.85 | 88.59 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 7 | 0 | 0.92 | 0.97 | 0.14 | 3.11 | 0.94 | 0.44 |
| Hex | DB | 12 | 7 | 0 | 5C | 61 | E | 3 | 5E | 2C |
| Octal | 333 | 22 | 7 | 0 | 134 | 141 | 16 | 3 | 136 | 54 |
| Binary | 11011011 | 10010 | 111 | 0 | 1011100 | 1100001 | 1110 | 11 | 1011110 | 101100 |
Color Harmonies of #DB1207
Complementary color
Monochromatic Colors of #DB1207
Black with #DB1207
Text Example
Text Example
White with #DB1207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1207; }
p { color: rgb(219,18,7); }
H1.HeaderClassName
{
color: #DB1207;
}
.AnyTagClassName
{
color: #DB1207;
}
</style>
background-color css
<style>
a { background-color: #DB1207; }
a { background-color: rgb(219,18,7); }
div.DivClassName
{
background-color: #DB1207;
}
.BgClassName
{
background-color: #DB1207;
}
</style>
border-color css
<style>
span { border-color: #DB1207; }
span { border-color: rgb(219,18,7); }
td.TdClassName
{
border-color: #DB1207;
}
.TagClassName
{
border-color: #DB1207;
}
</style>