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