Shades of Free Speech Red #D80F00
Tints of Free Speech Red #D80F00
RGB
CMYK
RGB Variations
Color information
#D80F00 (or 0xD80F00) is known color: Free Speech Red. HEX triplet: D8, 0F and 00. RGB value is (216,15,0). Sum of RGB (Red+Green+Blue) = 216+15+0=231 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.51% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80F00 is #27F0FF. Grayscale: #494949. Windows color (decimal): -2617600 or 4056. OLE color: 4056.
HSL color Cylindrical-coordinate representation of color #D80F00: hue angle of 4.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.15 |
| HSL | 4.17º | 1% | 0.42% | - |
| HSV(B) | 4.17º | 1% | 0.85% | - |
| XYZ | 28.49 | 14.94 | 1.38 | - |
| YUV | 73.39 | 86.59 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 0 | 0 | 0.93 | 1 | 0.15 | 4.17 | 1 | 0.42 |
| Hex | D8 | F | 0 | 0 | 5D | 64 | F | 4 | 64 | 2A |
| Octal | 330 | 17 | 0 | 0 | 135 | 144 | 17 | 4 | 144 | 52 |
| Binary | 11011000 | 1111 | 0 | 0 | 1011101 | 1100100 | 1111 | 100 | 1100100 | 101010 |
Color Harmonies of #D80F00
Complementary color
Monochromatic Colors of #D80F00
Black with #D80F00
Text Example
Text Example
White with #D80F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F00; }
p { color: rgb(216,15,0); }
H1.HeaderClassName
{
color: #D80F00;
}
.AnyTagClassName
{
color: #D80F00;
}
</style>
background-color css
<style>
a { background-color: #D80F00; }
a { background-color: rgb(216,15,0); }
div.DivClassName
{
background-color: #D80F00;
}
.BgClassName
{
background-color: #D80F00;
}
</style>
border-color css
<style>
span { border-color: #D80F00; }
span { border-color: rgb(216,15,0); }
td.TdClassName
{
border-color: #D80F00;
}
.TagClassName
{
border-color: #D80F00;
}
</style>