Shades of Free Speech Red #DB1211
Tints of Free Speech Red #DB1211
RGB
CMYK
RGB Variations
Color information
#DB1211 (or 0xDB1211) is known color: Free Speech Red. HEX triplet: DB, 12 and 11. RGB value is (219,18,17). Sum of RGB (Red+Green+Blue) = 219+18+17=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1211 is #24EDEE. Grayscale: #4E4E4E. Windows color (decimal): -2420207 or 1118939. OLE color: 1118939.
HSL color Cylindrical-coordinate representation of color #DB1211: hue angle of 0.3º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1211 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 17 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.14 |
| HSL | 0.3º | 0.86% | 0.46% | - |
| HSV(B) | 0.3º | 0.92% | 0.86% | - |
| XYZ | 29.53 | 15.53 | 1.97 | - |
| YUV | 77.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 17 | 0 | 0.92 | 0.92 | 0.14 | 0.3 | 0.86 | 0.46 |
| Hex | DB | 12 | 11 | 0 | 5C | 5C | E | 0 | 56 | 2E |
| Octal | 333 | 22 | 21 | 0 | 134 | 134 | 16 | 0 | 126 | 56 |
| Binary | 11011011 | 10010 | 10001 | 0 | 1011100 | 1011100 | 1110 | 0 | 1010110 | 101110 |
Color Harmonies of #DB1211
Complementary color
Monochromatic Colors of #DB1211
Black with #DB1211
Text Example
Text Example
White with #DB1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1211; }
p { color: rgb(219,18,17); }
H1.HeaderClassName
{
color: #DB1211;
}
.AnyTagClassName
{
color: #DB1211;
}
</style>
background-color css
<style>
a { background-color: #DB1211; }
a { background-color: rgb(219,18,17); }
div.DivClassName
{
background-color: #DB1211;
}
.BgClassName
{
background-color: #DB1211;
}
</style>
border-color css
<style>
span { border-color: #DB1211; }
span { border-color: rgb(219,18,17); }
td.TdClassName
{
border-color: #DB1211;
}
.TagClassName
{
border-color: #DB1211;
}
</style>