Shades of Free Speech Red #DB1407
Tints of Free Speech Red #DB1407
RGB
CMYK
RGB Variations
Color information
#DB1407 (or 0xDB1407) is known color: Free Speech Red. HEX triplet: DB, 14 and 07. RGB value is (219,20,7). Sum of RGB (Red+Green+Blue) = 219+20+7=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1407 is #24EBF8. Grayscale: #4E4E4E. Windows color (decimal): -2419705 or 464091. OLE color: 464091.
HSL color Cylindrical-coordinate representation of color #DB1407: hue angle of 3.68º 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 #DB1407 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.14 |
| HSL | 3.68º | 0.94% | 0.44% | - |
| HSV(B) | 3.68º | 0.97% | 0.86% | - |
| XYZ | 29.5 | 15.58 | 1.65 | - |
| YUV | 78.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 7 | 0 | 0.91 | 0.97 | 0.14 | 3.68 | 0.94 | 0.44 |
| Hex | DB | 14 | 7 | 0 | 5B | 61 | E | 4 | 5E | 2C |
| Octal | 333 | 24 | 7 | 0 | 133 | 141 | 16 | 4 | 136 | 54 |
| Binary | 11011011 | 10100 | 111 | 0 | 1011011 | 1100001 | 1110 | 100 | 1011110 | 101100 |
Color Harmonies of #DB1407
Complementary color
Monochromatic Colors of #DB1407
Black with #DB1407
Text Example
Text Example
White with #DB1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1407; }
p { color: rgb(219,20,7); }
H1.HeaderClassName
{
color: #DB1407;
}
.AnyTagClassName
{
color: #DB1407;
}
</style>
background-color css
<style>
a { background-color: #DB1407; }
a { background-color: rgb(219,20,7); }
div.DivClassName
{
background-color: #DB1407;
}
.BgClassName
{
background-color: #DB1407;
}
</style>
border-color css
<style>
span { border-color: #DB1407; }
span { border-color: rgb(219,20,7); }
td.TdClassName
{
border-color: #DB1407;
}
.TagClassName
{
border-color: #DB1407;
}
</style>