Shades of Free Speech Red #D0140C
Tints of Free Speech Red #D0140C
RGB
CMYK
RGB Variations
Color information
#D0140C (or 0xD0140C) is known color: Free Speech Red. HEX triplet: D0, 14 and 0C. RGB value is (208,20,12). Sum of RGB (Red+Green+Blue) = 208+20+12=240 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.67% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 208 - color contains mainly: red. Hex color #D0140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0140C is #2FEBF3. Grayscale: #4B4B4B. Windows color (decimal): -3140596 or 791760. OLE color: 791760.
HSL color Cylindrical-coordinate representation of color #D0140C: hue angle of 2.45º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0140C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.18 |
| HSL | 2.45º | 0.89% | 0.43% | - |
| HSV(B) | 2.45º | 0.94% | 0.82% | - |
| XYZ | 26.33 | 13.94 | 1.65 | - |
| YUV | 75.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 12 | 0 | 0.90 | 0.94 | 0.18 | 2.45 | 0.89 | 0.43 |
| Hex | D0 | 14 | C | 0 | 5A | 5E | 12 | 2 | 59 | 2B |
| Octal | 320 | 24 | 14 | 0 | 132 | 136 | 22 | 2 | 131 | 53 |
| Binary | 11010000 | 10100 | 1100 | 0 | 1011010 | 1011110 | 10010 | 10 | 1011001 | 101011 |
Color Harmonies of #D0140C
Complementary color
Monochromatic Colors of #D0140C
Black with #D0140C
Text Example
Text Example
White with #D0140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0140C; }
p { color: rgb(208,20,12); }
H1.HeaderClassName
{
color: #D0140C;
}
.AnyTagClassName
{
color: #D0140C;
}
</style>
background-color css
<style>
a { background-color: #D0140C; }
a { background-color: rgb(208,20,12); }
div.DivClassName
{
background-color: #D0140C;
}
.BgClassName
{
background-color: #D0140C;
}
</style>
border-color css
<style>
span { border-color: #D0140C; }
span { border-color: rgb(208,20,12); }
td.TdClassName
{
border-color: #D0140C;
}
.TagClassName
{
border-color: #D0140C;
}
</style>