Shades of Free Speech Red #DB120B
Tints of Free Speech Red #DB120B
RGB
CMYK
RGB Variations
Color information
#DB120B (or 0xDB120B) is known color: Free Speech Red. HEX triplet: DB, 12 and 0B. RGB value is (219,18,11). Sum of RGB (Red+Green+Blue) = 219+18+11=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB120B is #24EDF4. Grayscale: #4D4D4D. Windows color (decimal): -2420213 or 725723. OLE color: 725723.
HSL color Cylindrical-coordinate representation of color #DB120B: hue angle of 2.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB120B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.14 |
| HSL | 2.02º | 0.9% | 0.45% | - |
| HSV(B) | 2.02º | 0.95% | 0.86% | - |
| XYZ | 29.49 | 15.52 | 1.76 | - |
| YUV | 77.3 | 90.59 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 11 | 0 | 0.92 | 0.95 | 0.14 | 2.02 | 0.9 | 0.45 |
| Hex | DB | 12 | B | 0 | 5C | 5F | E | 2 | 5A | 2D |
| Octal | 333 | 22 | 13 | 0 | 134 | 137 | 16 | 2 | 132 | 55 |
| Binary | 11011011 | 10010 | 1011 | 0 | 1011100 | 1011111 | 1110 | 10 | 1011010 | 101101 |
Color Harmonies of #DB120B
Complementary color
Monochromatic Colors of #DB120B
Black with #DB120B
Text Example
Text Example
White with #DB120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB120B; }
p { color: rgb(219,18,11); }
H1.HeaderClassName
{
color: #DB120B;
}
.AnyTagClassName
{
color: #DB120B;
}
</style>
background-color css
<style>
a { background-color: #DB120B; }
a { background-color: rgb(219,18,11); }
div.DivClassName
{
background-color: #DB120B;
}
.BgClassName
{
background-color: #DB120B;
}
</style>
border-color css
<style>
span { border-color: #DB120B; }
span { border-color: rgb(219,18,11); }
td.TdClassName
{
border-color: #DB120B;
}
.TagClassName
{
border-color: #DB120B;
}
</style>