Shades of Free Speech Red #D80C0A
Tints of Free Speech Red #D80C0A
RGB
CMYK
RGB Variations
Color information
#D80C0A (or 0xD80C0A) is known color: Free Speech Red. HEX triplet: D8, 0C and 0A. RGB value is (216,12,10). Sum of RGB (Red+Green+Blue) = 216+12+10=238 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.76% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C0A is #27F3F5. Grayscale: #484848. Windows color (decimal): -2618358 or 658648. OLE color: 658648.
HSL color Cylindrical-coordinate representation of color #D80C0A: hue angle of 0.58º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80C0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.15 |
| HSL | 0.58º | 0.91% | 0.44% | - |
| HSV(B) | 0.58º | 0.95% | 0.85% | - |
| XYZ | 28.51 | 14.88 | 1.66 | - |
| YUV | 72.77 | 92.59 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 10 | 0 | 0.94 | 0.95 | 0.15 | 0.58 | 0.91 | 0.44 |
| Hex | D8 | C | A | 0 | 5E | 5F | F | 1 | 5B | 2C |
| Octal | 330 | 14 | 12 | 0 | 136 | 137 | 17 | 1 | 133 | 54 |
| Binary | 11011000 | 1100 | 1010 | 0 | 1011110 | 1011111 | 1111 | 1 | 1011011 | 101100 |
Color Harmonies of #D80C0A
Complementary color
Monochromatic Colors of #D80C0A
Black with #D80C0A
Text Example
Text Example
White with #D80C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C0A; }
p { color: rgb(216,12,10); }
H1.HeaderClassName
{
color: #D80C0A;
}
.AnyTagClassName
{
color: #D80C0A;
}
</style>
background-color css
<style>
a { background-color: #D80C0A; }
a { background-color: rgb(216,12,10); }
div.DivClassName
{
background-color: #D80C0A;
}
.BgClassName
{
background-color: #D80C0A;
}
</style>
border-color css
<style>
span { border-color: #D80C0A; }
span { border-color: rgb(216,12,10); }
td.TdClassName
{
border-color: #D80C0A;
}
.TagClassName
{
border-color: #D80C0A;
}
</style>