Shades of Free Speech Red #DB1300
Tints of Free Speech Red #DB1300
RGB
CMYK
RGB Variations
Color information
#DB1300 (or 0xDB1300) is known color: Free Speech Red. HEX triplet: DB, 13 and 00. RGB value is (219,19,0). Sum of RGB (Red+Green+Blue) = 219+19+0=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1300 is #24ECFF. Grayscale: #4C4C4C. Windows color (decimal): -2419968 or 5083. OLE color: 5083.
HSL color Cylindrical-coordinate representation of color #DB1300: hue angle of 5.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB1300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.14 |
| HSL | 5.21º | 1% | 0.43% | - |
| HSV(B) | 5.21º | 1% | 0.86% | - |
| XYZ | 29.45 | 15.53 | 1.44 | - |
| YUV | 76.63 | 84.76 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 0 | 0 | 0.91 | 1 | 0.14 | 5.21 | 1 | 0.43 |
| Hex | DB | 13 | 0 | 0 | 5B | 64 | E | 5 | 64 | 2B |
| Octal | 333 | 23 | 0 | 0 | 133 | 144 | 16 | 5 | 144 | 53 |
| Binary | 11011011 | 10011 | 0 | 0 | 1011011 | 1100100 | 1110 | 101 | 1100100 | 101011 |
Color Harmonies of #DB1300
Complementary color
Monochromatic Colors of #DB1300
Black with #DB1300
Text Example
Text Example
White with #DB1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1300; }
p { color: rgb(219,19,0); }
H1.HeaderClassName
{
color: #DB1300;
}
.AnyTagClassName
{
color: #DB1300;
}
</style>
background-color css
<style>
a { background-color: #DB1300; }
a { background-color: rgb(219,19,0); }
div.DivClassName
{
background-color: #DB1300;
}
.BgClassName
{
background-color: #DB1300;
}
</style>
border-color css
<style>
span { border-color: #DB1300; }
span { border-color: rgb(219,19,0); }
td.TdClassName
{
border-color: #DB1300;
}
.TagClassName
{
border-color: #DB1300;
}
</style>