Shades of Free Speech Red #DB1305
Tints of Free Speech Red #DB1305
RGB
CMYK
RGB Variations
Color information
#DB1305 (or 0xDB1305) is known color: Free Speech Red. HEX triplet: DB, 13 and 05. RGB value is (219,19,5). Sum of RGB (Red+Green+Blue) = 219+19+5=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1305 is #24ECFA. Grayscale: #4D4D4D. Windows color (decimal): -2419963 or 332763. OLE color: 332763.
HSL color Cylindrical-coordinate representation of color #DB1305: hue angle of 3.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB1305 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.14 |
| HSL | 3.93º | 0.96% | 0.44% | - |
| HSV(B) | 3.93º | 0.98% | 0.86% | - |
| XYZ | 29.47 | 15.54 | 1.59 | - |
| YUV | 77.2 | 87.26 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 5 | 0 | 0.91 | 0.98 | 0.14 | 3.93 | 0.96 | 0.44 |
| Hex | DB | 13 | 5 | 0 | 5B | 62 | E | 4 | 60 | 2C |
| Octal | 333 | 23 | 5 | 0 | 133 | 142 | 16 | 4 | 140 | 54 |
| Binary | 11011011 | 10011 | 101 | 0 | 1011011 | 1100010 | 1110 | 100 | 1100000 | 101100 |
Color Harmonies of #DB1305
Complementary color
Monochromatic Colors of #DB1305
Black with #DB1305
Text Example
Text Example
White with #DB1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1305; }
p { color: rgb(219,19,5); }
H1.HeaderClassName
{
color: #DB1305;
}
.AnyTagClassName
{
color: #DB1305;
}
</style>
background-color css
<style>
a { background-color: #DB1305; }
a { background-color: rgb(219,19,5); }
div.DivClassName
{
background-color: #DB1305;
}
.BgClassName
{
background-color: #DB1305;
}
</style>
border-color css
<style>
span { border-color: #DB1305; }
span { border-color: rgb(219,19,5); }
td.TdClassName
{
border-color: #DB1305;
}
.TagClassName
{
border-color: #DB1305;
}
</style>