Shades of Free Speech Red #BD1007
Tints of Free Speech Red #BD1007
RGB
CMYK
RGB Variations
Color information
#BD1007 (or 0xBD1007) is known color: Free Speech Red. HEX triplet: BD, 10 and 07. RGB value is (189,16,7). Sum of RGB (Red+Green+Blue) = 189+16+7=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1007 is #42EFF8. Grayscale: #424242. Windows color (decimal): -4386809 or 463037. OLE color: 463037.
HSL color Cylindrical-coordinate representation of color #BD1007: hue angle of 2.97º 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 #BD1007 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 7 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.26 |
| HSL | 2.97º | 0.93% | 0.38% | - |
| HSV(B) | 2.97º | 0.96% | 0.74% | - |
| XYZ | 21.21 | 11.2 | 1.25 | - |
| YUV | 66.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 7 | 0 | 0.92 | 0.96 | 0.26 | 2.97 | 0.93 | 0.38 |
| Hex | BD | 10 | 7 | 0 | 5C | 60 | 1A | 3 | 5D | 26 |
| Octal | 275 | 20 | 7 | 0 | 134 | 140 | 32 | 3 | 135 | 46 |
| Binary | 10111101 | 10000 | 111 | 0 | 1011100 | 1100000 | 11010 | 11 | 1011101 | 100110 |
Color Harmonies of #BD1007
Complementary color
Monochromatic Colors of #BD1007
Black with #BD1007
Text Example
Text Example
White with #BD1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1007; }
p { color: rgb(189,16,7); }
H1.HeaderClassName
{
color: #BD1007;
}
.AnyTagClassName
{
color: #BD1007;
}
</style>
background-color css
<style>
a { background-color: #BD1007; }
a { background-color: rgb(189,16,7); }
div.DivClassName
{
background-color: #BD1007;
}
.BgClassName
{
background-color: #BD1007;
}
</style>
border-color css
<style>
span { border-color: #BD1007; }
span { border-color: rgb(189,16,7); }
td.TdClassName
{
border-color: #BD1007;
}
.TagClassName
{
border-color: #BD1007;
}
</style>