Shades of Free Speech Red #DB0403
Tints of Free Speech Red #DB0403
RGB
CMYK
RGB Variations
Color information
#DB0403 (or 0xDB0403) is known color: Free Speech Red. HEX triplet: DB, 04 and 03. RGB value is (219,4,3). Sum of RGB (Red+Green+Blue) = 219+4+3=226 (29% of max value = 765). Red value is 219 (85.94% from 255 or 96.90% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0403 is #24FBFC. Grayscale: #444444. Windows color (decimal): -2423805 or 197851. OLE color: 197851.
HSL color Cylindrical-coordinate representation of color #DB0403: hue angle of 0.28º 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 #DB0403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.14 |
| HSL | 0.28º | 0.97% | 0.44% | - |
| HSV(B) | 0.28º | 0.99% | 0.86% | - |
| XYZ | 29.27 | 15.15 | 1.47 | - |
| YUV | 68.17 | 91.23 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 3 | 0 | 0.98 | 0.99 | 0.14 | 0.28 | 0.97 | 0.44 |
| Hex | DB | 4 | 3 | 0 | 62 | 63 | E | 0 | 61 | 2C |
| Octal | 333 | 4 | 3 | 0 | 142 | 143 | 16 | 0 | 141 | 54 |
| Binary | 11011011 | 100 | 11 | 0 | 1100010 | 1100011 | 1110 | 0 | 1100001 | 101100 |
Color Harmonies of #DB0403
Complementary color
Monochromatic Colors of #DB0403
Black with #DB0403
Text Example
Text Example
White with #DB0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0403; }
p { color: rgb(219,4,3); }
H1.HeaderClassName
{
color: #DB0403;
}
.AnyTagClassName
{
color: #DB0403;
}
</style>
background-color css
<style>
a { background-color: #DB0403; }
a { background-color: rgb(219,4,3); }
div.DivClassName
{
background-color: #DB0403;
}
.BgClassName
{
background-color: #DB0403;
}
</style>
border-color css
<style>
span { border-color: #DB0403; }
span { border-color: rgb(219,4,3); }
td.TdClassName
{
border-color: #DB0403;
}
.TagClassName
{
border-color: #DB0403;
}
</style>