Shades of Free Speech Red #DB1703
Tints of Free Speech Red #DB1703
RGB
CMYK
RGB Variations
Color information
#DB1703 (or 0xDB1703) is known color: Free Speech Red. HEX triplet: DB, 17 and 03. RGB value is (219,23,3). Sum of RGB (Red+Green+Blue) = 219+23+3=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1703 is #24E8FC. Grayscale: #4F4F4F. Windows color (decimal): -2418941 or 202715. OLE color: 202715.
HSL color Cylindrical-coordinate representation of color #DB1703: hue angle of 5.56º 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 #DB1703 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.14 |
| HSL | 5.56º | 0.97% | 0.44% | - |
| HSV(B) | 5.56º | 0.99% | 0.86% | - |
| XYZ | 29.54 | 15.68 | 1.56 | - |
| YUV | 79.32 | 84.93 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 3 | 0 | 0.89 | 0.99 | 0.14 | 5.56 | 0.97 | 0.44 |
| Hex | DB | 17 | 3 | 0 | 59 | 63 | E | 6 | 61 | 2C |
| Octal | 333 | 27 | 3 | 0 | 131 | 143 | 16 | 6 | 141 | 54 |
| Binary | 11011011 | 10111 | 11 | 0 | 1011001 | 1100011 | 1110 | 110 | 1100001 | 101100 |
Color Harmonies of #DB1703
Complementary color
Monochromatic Colors of #DB1703
Black with #DB1703
Text Example
Text Example
White with #DB1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1703; }
p { color: rgb(219,23,3); }
H1.HeaderClassName
{
color: #DB1703;
}
.AnyTagClassName
{
color: #DB1703;
}
</style>
background-color css
<style>
a { background-color: #DB1703; }
a { background-color: rgb(219,23,3); }
div.DivClassName
{
background-color: #DB1703;
}
.BgClassName
{
background-color: #DB1703;
}
</style>
border-color css
<style>
span { border-color: #DB1703; }
span { border-color: rgb(219,23,3); }
td.TdClassName
{
border-color: #DB1703;
}
.TagClassName
{
border-color: #DB1703;
}
</style>