Shades of Free Speech Red #D80C09
Tints of Free Speech Red #D80C09
RGB
CMYK
RGB Variations
Color information
#D80C09 (or 0xD80C09) is known color: Free Speech Red. HEX triplet: D8, 0C and 09. RGB value is (216,12,9). Sum of RGB (Red+Green+Blue) = 216+12+9=237 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.14% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C09 is #27F3F6. Grayscale: #484848. Windows color (decimal): -2618359 or 593112. OLE color: 593112.
HSL color Cylindrical-coordinate representation of color #D80C09: hue angle of 0.87º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80C09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.15 |
| HSL | 0.87º | 0.92% | 0.44% | - |
| HSV(B) | 0.87º | 0.96% | 0.85% | - |
| XYZ | 28.5 | 14.88 | 1.63 | - |
| YUV | 72.65 | 92.09 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 9 | 0 | 0.94 | 0.96 | 0.15 | 0.87 | 0.92 | 0.44 |
| Hex | D8 | C | 9 | 0 | 5E | 60 | F | 1 | 5C | 2C |
| Octal | 330 | 14 | 11 | 0 | 136 | 140 | 17 | 1 | 134 | 54 |
| Binary | 11011000 | 1100 | 1001 | 0 | 1011110 | 1100000 | 1111 | 1 | 1011100 | 101100 |
Color Harmonies of #D80C09
Complementary color
Monochromatic Colors of #D80C09
Black with #D80C09
Text Example
Text Example
White with #D80C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C09; }
p { color: rgb(216,12,9); }
H1.HeaderClassName
{
color: #D80C09;
}
.AnyTagClassName
{
color: #D80C09;
}
</style>
background-color css
<style>
a { background-color: #D80C09; }
a { background-color: rgb(216,12,9); }
div.DivClassName
{
background-color: #D80C09;
}
.BgClassName
{
background-color: #D80C09;
}
</style>
border-color css
<style>
span { border-color: #D80C09; }
span { border-color: rgb(216,12,9); }
td.TdClassName
{
border-color: #D80C09;
}
.TagClassName
{
border-color: #D80C09;
}
</style>