Shades of Free Speech Red #B31403
Tints of Free Speech Red #B31403
RGB
CMYK
RGB Variations
Color information
#B31403 (or 0xB31403) is known color: Free Speech Red. HEX triplet: B3, 14 and 03. RGB value is (179,20,3). Sum of RGB (Red+Green+Blue) = 179+20+3=202 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.61% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 179 - color contains mainly: red. Hex color #B31403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31403 is #4CEBFC. Grayscale: #414141. Windows color (decimal): -5041149 or 201907. OLE color: 201907.
HSL color Cylindrical-coordinate representation of color #B31403: hue angle of 5.8º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B31403 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.30 |
| HSL | 5.8º | 0.97% | 0.36% | - |
| HSV(B) | 5.8º | 0.98% | 0.7% | - |
| XYZ | 18.86 | 10.09 | 1.04 | - |
| YUV | 65.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 3 | 0 | 0.89 | 0.98 | 0.30 | 5.8 | 0.97 | 0.36 |
| Hex | B3 | 14 | 3 | 0 | 59 | 62 | 1E | 6 | 61 | 24 |
| Octal | 263 | 24 | 3 | 0 | 131 | 142 | 36 | 6 | 141 | 44 |
| Binary | 10110011 | 10100 | 11 | 0 | 1011001 | 1100010 | 11110 | 110 | 1100001 | 100100 |
Color Harmonies of #B31403
Complementary color
Monochromatic Colors of #B31403
Black with #B31403
Text Example
Text Example
White with #B31403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31403; }
p { color: rgb(179,20,3); }
H1.HeaderClassName
{
color: #B31403;
}
.AnyTagClassName
{
color: #B31403;
}
</style>
background-color css
<style>
a { background-color: #B31403; }
a { background-color: rgb(179,20,3); }
div.DivClassName
{
background-color: #B31403;
}
.BgClassName
{
background-color: #B31403;
}
</style>
border-color css
<style>
span { border-color: #B31403; }
span { border-color: rgb(179,20,3); }
td.TdClassName
{
border-color: #B31403;
}
.TagClassName
{
border-color: #B31403;
}
</style>