Shades of Free Speech Red #BD1107
Tints of Free Speech Red #BD1107
RGB
CMYK
RGB Variations
Color information
#BD1107 (or 0xBD1107) is known color: Free Speech Red. HEX triplet: BD, 11 and 07. RGB value is (189,17,7). Sum of RGB (Red+Green+Blue) = 189+17+7=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1107 is #42EEF8. Grayscale: #434343. Windows color (decimal): -4386553 or 463293. OLE color: 463293.
HSL color Cylindrical-coordinate representation of color #BD1107: hue angle of 3.3º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD1107 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.26 |
| HSL | 3.3º | 0.93% | 0.38% | - |
| HSV(B) | 3.3º | 0.96% | 0.74% | - |
| XYZ | 21.23 | 11.24 | 1.25 | - |
| YUV | 67.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 7 | 0 | 0.91 | 0.96 | 0.26 | 3.3 | 0.93 | 0.38 |
| Hex | BD | 11 | 7 | 0 | 5B | 60 | 1A | 3 | 5D | 26 |
| Octal | 275 | 21 | 7 | 0 | 133 | 140 | 32 | 3 | 135 | 46 |
| Binary | 10111101 | 10001 | 111 | 0 | 1011011 | 1100000 | 11010 | 11 | 1011101 | 100110 |
Color Harmonies of #BD1107
Complementary color
Monochromatic Colors of #BD1107
Black with #BD1107
Text Example
Text Example
White with #BD1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1107; }
p { color: rgb(189,17,7); }
H1.HeaderClassName
{
color: #BD1107;
}
.AnyTagClassName
{
color: #BD1107;
}
</style>
background-color css
<style>
a { background-color: #BD1107; }
a { background-color: rgb(189,17,7); }
div.DivClassName
{
background-color: #BD1107;
}
.BgClassName
{
background-color: #BD1107;
}
</style>
border-color css
<style>
span { border-color: #BD1107; }
span { border-color: rgb(189,17,7); }
td.TdClassName
{
border-color: #BD1107;
}
.TagClassName
{
border-color: #BD1107;
}
</style>