Shades of Free Speech Red #DB1503
Tints of Free Speech Red #DB1503
RGB
CMYK
RGB Variations
Color information
#DB1503 (or 0xDB1503) is known color: Free Speech Red. HEX triplet: DB, 15 and 03. RGB value is (219,21,3). Sum of RGB (Red+Green+Blue) = 219+21+3=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1503 is #24EAFC. Grayscale: #4E4E4E. Windows color (decimal): -2419453 or 202203. OLE color: 202203.
HSL color Cylindrical-coordinate representation of color #DB1503: hue angle of 5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB1503 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.14 |
| HSL | 5º | 0.97% | 0.44% | - |
| HSV(B) | 5º | 0.99% | 0.86% | - |
| XYZ | 29.5 | 15.6 | 1.54 | - |
| YUV | 78.15 | 85.6 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 3 | 0 | 0.90 | 0.99 | 0.14 | 5 | 0.97 | 0.44 |
| Hex | DB | 15 | 3 | 0 | 5A | 63 | E | 5 | 61 | 2C |
| Octal | 333 | 25 | 3 | 0 | 132 | 143 | 16 | 5 | 141 | 54 |
| Binary | 11011011 | 10101 | 11 | 0 | 1011010 | 1100011 | 1110 | 101 | 1100001 | 101100 |
Color Harmonies of #DB1503
Complementary color
Monochromatic Colors of #DB1503
Black with #DB1503
Text Example
Text Example
White with #DB1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1503; }
p { color: rgb(219,21,3); }
H1.HeaderClassName
{
color: #DB1503;
}
.AnyTagClassName
{
color: #DB1503;
}
</style>
background-color css
<style>
a { background-color: #DB1503; }
a { background-color: rgb(219,21,3); }
div.DivClassName
{
background-color: #DB1503;
}
.BgClassName
{
background-color: #DB1503;
}
</style>
border-color css
<style>
span { border-color: #DB1503; }
span { border-color: rgb(219,21,3); }
td.TdClassName
{
border-color: #DB1503;
}
.TagClassName
{
border-color: #DB1503;
}
</style>