Shades of Free Speech Red #D80C07
Tints of Free Speech Red #D80C07
RGB
CMYK
RGB Variations
Color information
#D80C07 (or 0xD80C07) is known color: Free Speech Red. HEX triplet: D8, 0C and 07. RGB value is (216,12,7). Sum of RGB (Red+Green+Blue) = 216+12+7=235 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.91% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C07 is #27F3F8. Grayscale: #484848. Windows color (decimal): -2618361 or 462040. OLE color: 462040.
HSL color Cylindrical-coordinate representation of color #D80C07: hue angle of 1.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80C07 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 7 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.15 |
| HSL | 1.44º | 0.94% | 0.44% | - |
| HSV(B) | 1.44º | 0.97% | 0.85% | - |
| XYZ | 28.49 | 14.88 | 1.57 | - |
| YUV | 72.43 | 91.09 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 7 | 0 | 0.94 | 0.97 | 0.15 | 1.44 | 0.94 | 0.44 |
| Hex | D8 | C | 7 | 0 | 5E | 61 | F | 1 | 5E | 2C |
| Octal | 330 | 14 | 7 | 0 | 136 | 141 | 17 | 1 | 136 | 54 |
| Binary | 11011000 | 1100 | 111 | 0 | 1011110 | 1100001 | 1111 | 1 | 1011110 | 101100 |
Color Harmonies of #D80C07
Complementary color
Monochromatic Colors of #D80C07
Black with #D80C07
Text Example
Text Example
White with #D80C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C07; }
p { color: rgb(216,12,7); }
H1.HeaderClassName
{
color: #D80C07;
}
.AnyTagClassName
{
color: #D80C07;
}
</style>
background-color css
<style>
a { background-color: #D80C07; }
a { background-color: rgb(216,12,7); }
div.DivClassName
{
background-color: #D80C07;
}
.BgClassName
{
background-color: #D80C07;
}
</style>
border-color css
<style>
span { border-color: #D80C07; }
span { border-color: rgb(216,12,7); }
td.TdClassName
{
border-color: #D80C07;
}
.TagClassName
{
border-color: #D80C07;
}
</style>