Shades of Free Speech Red #DB0302
Tints of Free Speech Red #DB0302
RGB
CMYK
RGB Variations
Color information
#DB0302 (or 0xDB0302) is known color: Free Speech Red. HEX triplet: DB, 03 and 02. RGB value is (219,3,2). Sum of RGB (Red+Green+Blue) = 219+3+2=224 (29% of max value = 765). Red value is 219 (85.94% from 255 or 97.77% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0302 is #24FCFD. Grayscale: #434343. Windows color (decimal): -2424062 or 132059. OLE color: 132059.
HSL color Cylindrical-coordinate representation of color #DB0302: hue angle of 0.28º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.14 |
| HSL | 0.28º | 0.98% | 0.43% | - |
| HSV(B) | 0.28º | 0.99% | 0.86% | - |
| XYZ | 29.26 | 15.13 | 1.44 | - |
| YUV | 67.47 | 91.06 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 2 | 0 | 0.99 | 0.99 | 0.14 | 0.28 | 0.98 | 0.43 |
| Hex | DB | 3 | 2 | 0 | 63 | 63 | E | 0 | 62 | 2B |
| Octal | 333 | 3 | 2 | 0 | 143 | 143 | 16 | 0 | 142 | 53 |
| Binary | 11011011 | 11 | 10 | 0 | 1100011 | 1100011 | 1110 | 0 | 1100010 | 101011 |
Color Harmonies of #DB0302
Complementary color
Monochromatic Colors of #DB0302
Black with #DB0302
Text Example
Text Example
White with #DB0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0302; }
p { color: rgb(219,3,2); }
H1.HeaderClassName
{
color: #DB0302;
}
.AnyTagClassName
{
color: #DB0302;
}
</style>
background-color css
<style>
a { background-color: #DB0302; }
a { background-color: rgb(219,3,2); }
div.DivClassName
{
background-color: #DB0302;
}
.BgClassName
{
background-color: #DB0302;
}
</style>
border-color css
<style>
span { border-color: #DB0302; }
span { border-color: rgb(219,3,2); }
td.TdClassName
{
border-color: #DB0302;
}
.TagClassName
{
border-color: #DB0302;
}
</style>