Shades of Free Speech Red #DB140A
Tints of Free Speech Red #DB140A
RGB
CMYK
RGB Variations
Color information
#DB140A (or 0xDB140A) is known color: Free Speech Red. HEX triplet: DB, 14 and 0A. RGB value is (219,20,10). Sum of RGB (Red+Green+Blue) = 219+20+10=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB140A is #24EBF5. Grayscale: #4E4E4E. Windows color (decimal): -2419702 or 660699. OLE color: 660699.
HSL color Cylindrical-coordinate representation of color #DB140A: hue angle of 2.87º degrees, saturation: 0.91, 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 #DB140A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.14 |
| HSL | 2.87º | 0.91% | 0.45% | - |
| HSV(B) | 2.87º | 0.95% | 0.86% | - |
| XYZ | 29.52 | 15.58 | 1.74 | - |
| YUV | 78.36 | 89.43 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 10 | 0 | 0.91 | 0.95 | 0.14 | 2.87 | 0.91 | 0.45 |
| Hex | DB | 14 | A | 0 | 5B | 5F | E | 3 | 5B | 2D |
| Octal | 333 | 24 | 12 | 0 | 133 | 137 | 16 | 3 | 133 | 55 |
| Binary | 11011011 | 10100 | 1010 | 0 | 1011011 | 1011111 | 1110 | 11 | 1011011 | 101101 |
Color Harmonies of #DB140A
Complementary color
Monochromatic Colors of #DB140A
Black with #DB140A
Text Example
Text Example
White with #DB140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB140A; }
p { color: rgb(219,20,10); }
H1.HeaderClassName
{
color: #DB140A;
}
.AnyTagClassName
{
color: #DB140A;
}
</style>
background-color css
<style>
a { background-color: #DB140A; }
a { background-color: rgb(219,20,10); }
div.DivClassName
{
background-color: #DB140A;
}
.BgClassName
{
background-color: #DB140A;
}
</style>
border-color css
<style>
span { border-color: #DB140A; }
span { border-color: rgb(219,20,10); }
td.TdClassName
{
border-color: #DB140A;
}
.TagClassName
{
border-color: #DB140A;
}
</style>