Shades of Free Speech Red #DB120C
Tints of Free Speech Red #DB120C
RGB
CMYK
RGB Variations
Color information
#DB120C (or 0xDB120C) is known color: Free Speech Red. HEX triplet: DB, 12 and 0C. RGB value is (219,18,12). Sum of RGB (Red+Green+Blue) = 219+18+12=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB120C is #24EDF3. Grayscale: #4D4D4D. Windows color (decimal): -2420212 or 791259. OLE color: 791259.
HSL color Cylindrical-coordinate representation of color #DB120C: hue angle of 1.74º 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 #DB120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.14 |
| HSL | 1.74º | 0.9% | 0.45% | - |
| HSV(B) | 1.74º | 0.95% | 0.86% | - |
| XYZ | 29.5 | 15.52 | 1.79 | - |
| YUV | 77.42 | 91.09 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 12 | 0 | 0.92 | 0.95 | 0.14 | 1.74 | 0.9 | 0.45 |
| Hex | DB | 12 | C | 0 | 5C | 5F | E | 2 | 5A | 2D |
| Octal | 333 | 22 | 14 | 0 | 134 | 137 | 16 | 2 | 132 | 55 |
| Binary | 11011011 | 10010 | 1100 | 0 | 1011100 | 1011111 | 1110 | 10 | 1011010 | 101101 |
Color Harmonies of #DB120C
Complementary color
Monochromatic Colors of #DB120C
Black with #DB120C
Text Example
Text Example
White with #DB120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB120C; }
p { color: rgb(219,18,12); }
H1.HeaderClassName
{
color: #DB120C;
}
.AnyTagClassName
{
color: #DB120C;
}
</style>
background-color css
<style>
a { background-color: #DB120C; }
a { background-color: rgb(219,18,12); }
div.DivClassName
{
background-color: #DB120C;
}
.BgClassName
{
background-color: #DB120C;
}
</style>
border-color css
<style>
span { border-color: #DB120C; }
span { border-color: rgb(219,18,12); }
td.TdClassName
{
border-color: #DB120C;
}
.TagClassName
{
border-color: #DB120C;
}
</style>