Shades of Free Speech Red #DD140B
Tints of Free Speech Red #DD140B
RGB
CMYK
RGB Variations
Color information
#DD140B (or 0xDD140B) is known color: Free Speech Red. HEX triplet: DD, 14 and 0B. RGB value is (221,20,11). Sum of RGB (Red+Green+Blue) = 221+20+11=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD140B is #22EBF4. Grayscale: #4F4F4F. Windows color (decimal): -2288629 or 726237. OLE color: 726237.
HSL color Cylindrical-coordinate representation of color #DD140B: hue angle of 2.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD140B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.13 |
| HSL | 2.57º | 0.91% | 0.45% | - |
| HSV(B) | 2.57º | 0.95% | 0.87% | - |
| XYZ | 30.13 | 15.9 | 1.8 | - |
| YUV | 79.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 11 | 0 | 0.91 | 0.95 | 0.13 | 2.57 | 0.91 | 0.45 |
| Hex | DD | 14 | B | 0 | 5B | 5F | D | 3 | 5B | 2D |
| Octal | 335 | 24 | 13 | 0 | 133 | 137 | 15 | 3 | 133 | 55 |
| Binary | 11011101 | 10100 | 1011 | 0 | 1011011 | 1011111 | 1101 | 11 | 1011011 | 101101 |
Color Harmonies of #DD140B
Complementary color
Monochromatic Colors of #DD140B
Black with #DD140B
Text Example
Text Example
White with #DD140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD140B; }
p { color: rgb(221,20,11); }
H1.HeaderClassName
{
color: #DD140B;
}
.AnyTagClassName
{
color: #DD140B;
}
</style>
background-color css
<style>
a { background-color: #DD140B; }
a { background-color: rgb(221,20,11); }
div.DivClassName
{
background-color: #DD140B;
}
.BgClassName
{
background-color: #DD140B;
}
</style>
border-color css
<style>
span { border-color: #DD140B; }
span { border-color: rgb(221,20,11); }
td.TdClassName
{
border-color: #DD140B;
}
.TagClassName
{
border-color: #DD140B;
}
</style>