Shades of Free Speech Red #B71C02
Tints of Free Speech Red #B71C02
RGB
CMYK
RGB Variations
Color information
#B71C02 (or 0xB71C02) is known color: Free Speech Red. HEX triplet: B7, 1C and 02. RGB value is (183,28,2). Sum of RGB (Red+Green+Blue) = 183+28+2=213 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.92% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C02 is #48E3FD. Grayscale: #474747. Windows color (decimal): -4776958 or 138423. OLE color: 138423.
HSL color Cylindrical-coordinate representation of color #B71C02: hue angle of 8.62º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B71C02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.28 |
| HSL | 8.62º | 0.98% | 0.36% | - |
| HSV(B) | 8.62º | 0.99% | 0.72% | - |
| XYZ | 19.95 | 10.9 | 1.11 | - |
| YUV | 71.38 | 88.85 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 2 | 0 | 0.85 | 0.99 | 0.28 | 8.62 | 0.98 | 0.36 |
| Hex | B7 | 1C | 2 | 0 | 55 | 63 | 1C | 9 | 62 | 24 |
| Octal | 267 | 34 | 2 | 0 | 125 | 143 | 34 | 11 | 142 | 44 |
| Binary | 10110111 | 11100 | 10 | 0 | 1010101 | 1100011 | 11100 | 1001 | 1100010 | 100100 |
Color Harmonies of #B71C02
Complementary color
Monochromatic Colors of #B71C02
Black with #B71C02
Text Example
Text Example
White with #B71C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C02; }
p { color: rgb(183,28,2); }
H1.HeaderClassName
{
color: #B71C02;
}
.AnyTagClassName
{
color: #B71C02;
}
</style>
background-color css
<style>
a { background-color: #B71C02; }
a { background-color: rgb(183,28,2); }
div.DivClassName
{
background-color: #B71C02;
}
.BgClassName
{
background-color: #B71C02;
}
</style>
border-color css
<style>
span { border-color: #B71C02; }
span { border-color: rgb(183,28,2); }
td.TdClassName
{
border-color: #B71C02;
}
.TagClassName
{
border-color: #B71C02;
}
</style>