Shades of Free Speech Red #D80F0A
Tints of Free Speech Red #D80F0A
RGB
CMYK
RGB Variations
Color information
#D80F0A (or 0xD80F0A) is known color: Free Speech Red. HEX triplet: D8, 0F and 0A. RGB value is (216,15,10). Sum of RGB (Red+Green+Blue) = 216+15+10=241 (31% of max value = 765). Red value is 216 (84.77% from 255 or 89.63% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80F0A is #27F0F5. Grayscale: #4A4A4A. Windows color (decimal): -2617590 or 659416. OLE color: 659416.
HSL color Cylindrical-coordinate representation of color #D80F0A: hue angle of 1.46º 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 #D80F0A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 10 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.15 |
| HSL | 1.46º | 0.91% | 0.44% | - |
| HSV(B) | 1.46º | 0.95% | 0.85% | - |
| XYZ | 28.54 | 14.96 | 1.67 | - |
| YUV | 74.53 | 91.59 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 10 | 0 | 0.93 | 0.95 | 0.15 | 1.46 | 0.91 | 0.44 |
| Hex | D8 | F | A | 0 | 5D | 5F | F | 1 | 5B | 2C |
| Octal | 330 | 17 | 12 | 0 | 135 | 137 | 17 | 1 | 133 | 54 |
| Binary | 11011000 | 1111 | 1010 | 0 | 1011101 | 1011111 | 1111 | 1 | 1011011 | 101100 |
Color Harmonies of #D80F0A
Complementary color
Monochromatic Colors of #D80F0A
Black with #D80F0A
Text Example
Text Example
White with #D80F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F0A; }
p { color: rgb(216,15,10); }
H1.HeaderClassName
{
color: #D80F0A;
}
.AnyTagClassName
{
color: #D80F0A;
}
</style>
background-color css
<style>
a { background-color: #D80F0A; }
a { background-color: rgb(216,15,10); }
div.DivClassName
{
background-color: #D80F0A;
}
.BgClassName
{
background-color: #D80F0A;
}
</style>
border-color css
<style>
span { border-color: #D80F0A; }
span { border-color: rgb(216,15,10); }
td.TdClassName
{
border-color: #D80F0A;
}
.TagClassName
{
border-color: #D80F0A;
}
</style>