Shades of Free Speech Red #DB1202
Tints of Free Speech Red #DB1202
RGB
CMYK
RGB Variations
Color information
#DB1202 (or 0xDB1202) is known color: Free Speech Red. HEX triplet: DB, 12 and 02. RGB value is (219,18,2). Sum of RGB (Red+Green+Blue) = 219+18+2=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1202 is #24EDFD. Grayscale: #4C4C4C. Windows color (decimal): -2420222 or 135899. OLE color: 135899.
HSL color Cylindrical-coordinate representation of color #DB1202: hue angle of 4.42º 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 #DB1202 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.14 |
| HSL | 4.42º | 0.98% | 0.43% | - |
| HSV(B) | 4.42º | 0.99% | 0.86% | - |
| XYZ | 29.44 | 15.5 | 1.5 | - |
| YUV | 76.28 | 86.09 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 2 | 0 | 0.92 | 0.99 | 0.14 | 4.42 | 0.98 | 0.43 |
| Hex | DB | 12 | 2 | 0 | 5C | 63 | E | 4 | 62 | 2B |
| Octal | 333 | 22 | 2 | 0 | 134 | 143 | 16 | 4 | 142 | 53 |
| Binary | 11011011 | 10010 | 10 | 0 | 1011100 | 1100011 | 1110 | 100 | 1100010 | 101011 |
Color Harmonies of #DB1202
Complementary color
Monochromatic Colors of #DB1202
Black with #DB1202
Text Example
Text Example
White with #DB1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1202; }
p { color: rgb(219,18,2); }
H1.HeaderClassName
{
color: #DB1202;
}
.AnyTagClassName
{
color: #DB1202;
}
</style>
background-color css
<style>
a { background-color: #DB1202; }
a { background-color: rgb(219,18,2); }
div.DivClassName
{
background-color: #DB1202;
}
.BgClassName
{
background-color: #DB1202;
}
</style>
border-color css
<style>
span { border-color: #DB1202; }
span { border-color: rgb(219,18,2); }
td.TdClassName
{
border-color: #DB1202;
}
.TagClassName
{
border-color: #DB1202;
}
</style>