Shades of Free Speech Red #B80F0E
Tints of Free Speech Red #B80F0E
RGB
CMYK
RGB Variations
Color information
#B80F0E (or 0xB80F0E) is known color: Free Speech Red. HEX triplet: B8, 0F and 0E. RGB value is (184,15,14). Sum of RGB (Red+Green+Blue) = 184+15+14=213 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.38% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80F0E is #47F0F1. Grayscale: #414141. Windows color (decimal): -4714738 or 921528. OLE color: 921528.
HSL color Cylindrical-coordinate representation of color #B80F0E: hue angle of 0.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F0E is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 14 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.28 |
| HSL | 0.35º | 0.86% | 0.39% | - |
| HSV(B) | 0.35º | 0.92% | 0.72% | - |
| XYZ | 20.02 | 10.56 | 1.4 | - |
| YUV | 65.42 | 98.99 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 14 | 0 | 0.92 | 0.92 | 0.28 | 0.35 | 0.86 | 0.39 |
| Hex | B8 | F | E | 0 | 5C | 5C | 1C | 0 | 56 | 27 |
| Octal | 270 | 17 | 16 | 0 | 134 | 134 | 34 | 0 | 126 | 47 |
| Binary | 10111000 | 1111 | 1110 | 0 | 1011100 | 1011100 | 11100 | 0 | 1010110 | 100111 |
Color Harmonies of #B80F0E
Complementary color
Monochromatic Colors of #B80F0E
Black with #B80F0E
Text Example
Text Example
White with #B80F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F0E; }
p { color: rgb(184,15,14); }
H1.HeaderClassName
{
color: #B80F0E;
}
.AnyTagClassName
{
color: #B80F0E;
}
</style>
background-color css
<style>
a { background-color: #B80F0E; }
a { background-color: rgb(184,15,14); }
div.DivClassName
{
background-color: #B80F0E;
}
.BgClassName
{
background-color: #B80F0E;
}
</style>
border-color css
<style>
span { border-color: #B80F0E; }
span { border-color: rgb(184,15,14); }
td.TdClassName
{
border-color: #B80F0E;
}
.TagClassName
{
border-color: #B80F0E;
}
</style>