Shades of Free Speech Red #DB1206
Tints of Free Speech Red #DB1206
RGB
CMYK
RGB Variations
Color information
#DB1206 (or 0xDB1206) is known color: Free Speech Red. HEX triplet: DB, 12 and 06. RGB value is (219,18,6). Sum of RGB (Red+Green+Blue) = 219+18+6=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1206 is #24EDF9. Grayscale: #4C4C4C. Windows color (decimal): -2420218 or 398043. OLE color: 398043.
HSL color Cylindrical-coordinate representation of color #DB1206: hue angle of 3.38º degrees, saturation: 0.95, 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 #DB1206 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.14 |
| HSL | 3.38º | 0.95% | 0.44% | - |
| HSV(B) | 3.38º | 0.97% | 0.86% | - |
| XYZ | 29.46 | 15.51 | 1.61 | - |
| YUV | 76.73 | 88.09 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 6 | 0 | 0.92 | 0.97 | 0.14 | 3.38 | 0.95 | 0.44 |
| Hex | DB | 12 | 6 | 0 | 5C | 61 | E | 3 | 5F | 2C |
| Octal | 333 | 22 | 6 | 0 | 134 | 141 | 16 | 3 | 137 | 54 |
| Binary | 11011011 | 10010 | 110 | 0 | 1011100 | 1100001 | 1110 | 11 | 1011111 | 101100 |
Color Harmonies of #DB1206
Complementary color
Monochromatic Colors of #DB1206
Black with #DB1206
Text Example
Text Example
White with #DB1206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1206; }
p { color: rgb(219,18,6); }
H1.HeaderClassName
{
color: #DB1206;
}
.AnyTagClassName
{
color: #DB1206;
}
</style>
background-color css
<style>
a { background-color: #DB1206; }
a { background-color: rgb(219,18,6); }
div.DivClassName
{
background-color: #DB1206;
}
.BgClassName
{
background-color: #DB1206;
}
</style>
border-color css
<style>
span { border-color: #DB1206; }
span { border-color: rgb(219,18,6); }
td.TdClassName
{
border-color: #DB1206;
}
.TagClassName
{
border-color: #DB1206;
}
</style>