Shades of Free Speech Red #DB150A
Tints of Free Speech Red #DB150A
RGB
CMYK
RGB Variations
Color information
#DB150A (or 0xDB150A) is known color: Free Speech Red. HEX triplet: DB, 15 and 0A. RGB value is (219,21,10). Sum of RGB (Red+Green+Blue) = 219+21+10=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB150A is #24EAF5. Grayscale: #4F4F4F. Windows color (decimal): -2419446 or 660955. OLE color: 660955.
HSL color Cylindrical-coordinate representation of color #DB150A: hue angle of 3.16º 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 #DB150A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.14 |
| HSL | 3.16º | 0.91% | 0.45% | - |
| HSV(B) | 3.16º | 0.95% | 0.86% | - |
| XYZ | 29.54 | 15.62 | 1.75 | - |
| YUV | 78.95 | 89.1 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 10 | 0 | 0.90 | 0.95 | 0.14 | 3.16 | 0.91 | 0.45 |
| Hex | DB | 15 | A | 0 | 5A | 5F | E | 3 | 5B | 2D |
| Octal | 333 | 25 | 12 | 0 | 132 | 137 | 16 | 3 | 133 | 55 |
| Binary | 11011011 | 10101 | 1010 | 0 | 1011010 | 1011111 | 1110 | 11 | 1011011 | 101101 |
Color Harmonies of #DB150A
Complementary color
Monochromatic Colors of #DB150A
Black with #DB150A
Text Example
Text Example
White with #DB150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB150A; }
p { color: rgb(219,21,10); }
H1.HeaderClassName
{
color: #DB150A;
}
.AnyTagClassName
{
color: #DB150A;
}
</style>
background-color css
<style>
a { background-color: #DB150A; }
a { background-color: rgb(219,21,10); }
div.DivClassName
{
background-color: #DB150A;
}
.BgClassName
{
background-color: #DB150A;
}
</style>
border-color css
<style>
span { border-color: #DB150A; }
span { border-color: rgb(219,21,10); }
td.TdClassName
{
border-color: #DB150A;
}
.TagClassName
{
border-color: #DB150A;
}
</style>