Shades of Free Speech Red #DD140A
Tints of Free Speech Red #DD140A
RGB
CMYK
RGB Variations
Color information
#DD140A (or 0xDD140A) is known color: Free Speech Red. HEX triplet: DD, 14 and 0A. RGB value is (221,20,10). Sum of RGB (Red+Green+Blue) = 221+20+10=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD140A is #22EBF5. Grayscale: #4F4F4F. Windows color (decimal): -2288630 or 660701. OLE color: 660701.
HSL color Cylindrical-coordinate representation of color #DD140A: hue angle of 2.84º 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 #DD140A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.13 |
| HSL | 2.84º | 0.91% | 0.45% | - |
| HSV(B) | 2.84º | 0.95% | 0.87% | - |
| XYZ | 30.12 | 15.89 | 1.77 | - |
| YUV | 78.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 10 | 0 | 0.91 | 0.95 | 0.13 | 2.84 | 0.91 | 0.45 |
| Hex | DD | 14 | A | 0 | 5B | 5F | D | 3 | 5B | 2D |
| Octal | 335 | 24 | 12 | 0 | 133 | 137 | 15 | 3 | 133 | 55 |
| Binary | 11011101 | 10100 | 1010 | 0 | 1011011 | 1011111 | 1101 | 11 | 1011011 | 101101 |
Color Harmonies of #DD140A
Complementary color
Monochromatic Colors of #DD140A
Black with #DD140A
Text Example
Text Example
White with #DD140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD140A; }
p { color: rgb(221,20,10); }
H1.HeaderClassName
{
color: #DD140A;
}
.AnyTagClassName
{
color: #DD140A;
}
</style>
background-color css
<style>
a { background-color: #DD140A; }
a { background-color: rgb(221,20,10); }
div.DivClassName
{
background-color: #DD140A;
}
.BgClassName
{
background-color: #DD140A;
}
</style>
border-color css
<style>
span { border-color: #DD140A; }
span { border-color: rgb(221,20,10); }
td.TdClassName
{
border-color: #DD140A;
}
.TagClassName
{
border-color: #DD140A;
}
</style>