Shades of Free Speech Red #DD130D
Tints of Free Speech Red #DD130D
RGB
CMYK
RGB Variations
Color information
#DD130D (or 0xDD130D) is known color: Free Speech Red. HEX triplet: DD, 13 and 0D. RGB value is (221,19,13). Sum of RGB (Red+Green+Blue) = 221+19+13=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD130D is #22ECF2. Grayscale: #4E4E4E. Windows color (decimal): -2288883 or 857053. OLE color: 857053.
HSL color Cylindrical-coordinate representation of color #DD130D: hue angle of 1.73º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.13 |
| HSL | 1.73º | 0.89% | 0.46% | - |
| HSV(B) | 1.73º | 0.94% | 0.87% | - |
| XYZ | 30.12 | 15.87 | 1.86 | - |
| YUV | 78.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 13 | 0 | 0.91 | 0.94 | 0.13 | 1.73 | 0.89 | 0.46 |
| Hex | DD | 13 | D | 0 | 5B | 5E | D | 2 | 59 | 2E |
| Octal | 335 | 23 | 15 | 0 | 133 | 136 | 15 | 2 | 131 | 56 |
| Binary | 11011101 | 10011 | 1101 | 0 | 1011011 | 1011110 | 1101 | 10 | 1011001 | 101110 |
Color Harmonies of #DD130D
Complementary color
Monochromatic Colors of #DD130D
Black with #DD130D
Text Example
Text Example
White with #DD130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD130D; }
p { color: rgb(221,19,13); }
H1.HeaderClassName
{
color: #DD130D;
}
.AnyTagClassName
{
color: #DD130D;
}
</style>
background-color css
<style>
a { background-color: #DD130D; }
a { background-color: rgb(221,19,13); }
div.DivClassName
{
background-color: #DD130D;
}
.BgClassName
{
background-color: #DD130D;
}
</style>
border-color css
<style>
span { border-color: #DD130D; }
span { border-color: rgb(221,19,13); }
td.TdClassName
{
border-color: #DD130D;
}
.TagClassName
{
border-color: #DD130D;
}
</style>