Shades of Free Speech Red #B80F0D
Tints of Free Speech Red #B80F0D
RGB
CMYK
RGB Variations
Color information
#B80F0D (or 0xB80F0D) is known color: Free Speech Red. HEX triplet: B8, 0F and 0D. RGB value is (184,15,13). Sum of RGB (Red+Green+Blue) = 184+15+13=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80F0D is #47F0F2. Grayscale: #414141. Windows color (decimal): -4714739 or 855992. OLE color: 855992.
HSL color Cylindrical-coordinate representation of color #B80F0D: hue angle of 0.7º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80F0D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 13 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.28 |
| HSL | 0.7º | 0.87% | 0.39% | - |
| HSV(B) | 0.7º | 0.93% | 0.72% | - |
| XYZ | 20.01 | 10.56 | 1.36 | - |
| YUV | 65.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 13 | 0 | 0.92 | 0.93 | 0.28 | 0.7 | 0.87 | 0.39 |
| Hex | B8 | F | D | 0 | 5C | 5D | 1C | 1 | 57 | 27 |
| Octal | 270 | 17 | 15 | 0 | 134 | 135 | 34 | 1 | 127 | 47 |
| Binary | 10111000 | 1111 | 1101 | 0 | 1011100 | 1011101 | 11100 | 1 | 1010111 | 100111 |
Color Harmonies of #B80F0D
Complementary color
Monochromatic Colors of #B80F0D
Black with #B80F0D
Text Example
Text Example
White with #B80F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F0D; }
p { color: rgb(184,15,13); }
H1.HeaderClassName
{
color: #B80F0D;
}
.AnyTagClassName
{
color: #B80F0D;
}
</style>
background-color css
<style>
a { background-color: #B80F0D; }
a { background-color: rgb(184,15,13); }
div.DivClassName
{
background-color: #B80F0D;
}
.BgClassName
{
background-color: #B80F0D;
}
</style>
border-color css
<style>
span { border-color: #B80F0D; }
span { border-color: rgb(184,15,13); }
td.TdClassName
{
border-color: #B80F0D;
}
.TagClassName
{
border-color: #B80F0D;
}
</style>