Shades of Free Speech Red #D8140C
Tints of Free Speech Red #D8140C
RGB
CMYK
RGB Variations
Color information
#D8140C (or 0xD8140C) is known color: Free Speech Red. HEX triplet: D8, 14 and 0C. RGB value is (216,20,12). Sum of RGB (Red+Green+Blue) = 216+20+12=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D8140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8140C is #27EBF3. Grayscale: #4D4D4D. Windows color (decimal): -2616308 or 791768. OLE color: 791768.
HSL color Cylindrical-coordinate representation of color #D8140C: hue angle of 2.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8140C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.15 |
| HSL | 2.35º | 0.89% | 0.45% | - |
| HSV(B) | 2.35º | 0.94% | 0.85% | - |
| XYZ | 28.64 | 15.13 | 1.76 | - |
| YUV | 77.69 | 90.93 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 12 | 0 | 0.91 | 0.94 | 0.15 | 2.35 | 0.89 | 0.45 |
| Hex | D8 | 14 | C | 0 | 5B | 5E | F | 2 | 59 | 2D |
| Octal | 330 | 24 | 14 | 0 | 133 | 136 | 17 | 2 | 131 | 55 |
| Binary | 11011000 | 10100 | 1100 | 0 | 1011011 | 1011110 | 1111 | 10 | 1011001 | 101101 |
Color Harmonies of #D8140C
Complementary color
Monochromatic Colors of #D8140C
Black with #D8140C
Text Example
Text Example
White with #D8140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8140C; }
p { color: rgb(216,20,12); }
H1.HeaderClassName
{
color: #D8140C;
}
.AnyTagClassName
{
color: #D8140C;
}
</style>
background-color css
<style>
a { background-color: #D8140C; }
a { background-color: rgb(216,20,12); }
div.DivClassName
{
background-color: #D8140C;
}
.BgClassName
{
background-color: #D8140C;
}
</style>
border-color css
<style>
span { border-color: #D8140C; }
span { border-color: rgb(216,20,12); }
td.TdClassName
{
border-color: #D8140C;
}
.TagClassName
{
border-color: #D8140C;
}
</style>