Shades of Free Speech Red #DB130D
Tints of Free Speech Red #DB130D
RGB
CMYK
RGB Variations
Color information
#DB130D (or 0xDB130D) is known color: Free Speech Red. HEX triplet: DB, 13 and 0D. RGB value is (219,19,13). Sum of RGB (Red+Green+Blue) = 219+19+13=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB130D is #24ECF2. Grayscale: #4E4E4E. Windows color (decimal): -2419955 or 857051. OLE color: 857051.
HSL color Cylindrical-coordinate representation of color #DB130D: hue angle of 1.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.14 |
| HSL | 1.75º | 0.89% | 0.45% | - |
| HSV(B) | 1.75º | 0.94% | 0.86% | - |
| XYZ | 29.52 | 15.55 | 1.83 | - |
| YUV | 78.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 13 | 0 | 0.91 | 0.94 | 0.14 | 1.75 | 0.89 | 0.45 |
| Hex | DB | 13 | D | 0 | 5B | 5E | E | 2 | 59 | 2D |
| Octal | 333 | 23 | 15 | 0 | 133 | 136 | 16 | 2 | 131 | 55 |
| Binary | 11011011 | 10011 | 1101 | 0 | 1011011 | 1011110 | 1110 | 10 | 1011001 | 101101 |
Color Harmonies of #DB130D
Complementary color
Monochromatic Colors of #DB130D
Black with #DB130D
Text Example
Text Example
White with #DB130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB130D; }
p { color: rgb(219,19,13); }
H1.HeaderClassName
{
color: #DB130D;
}
.AnyTagClassName
{
color: #DB130D;
}
</style>
background-color css
<style>
a { background-color: #DB130D; }
a { background-color: rgb(219,19,13); }
div.DivClassName
{
background-color: #DB130D;
}
.BgClassName
{
background-color: #DB130D;
}
</style>
border-color css
<style>
span { border-color: #DB130D; }
span { border-color: rgb(219,19,13); }
td.TdClassName
{
border-color: #DB130D;
}
.TagClassName
{
border-color: #DB130D;
}
</style>