Shades of Free Speech Red #BD0F09
Tints of Free Speech Red #BD0F09
RGB
CMYK
RGB Variations
Color information
#BD0F09 (or 0xBD0F09) is known color: Free Speech Red. HEX triplet: BD, 0F and 09. RGB value is (189,15,9). Sum of RGB (Red+Green+Blue) = 189+15+9=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0F09 is #42F0F6. Grayscale: #424242. Windows color (decimal): -4387063 or 593853. OLE color: 593853.
HSL color Cylindrical-coordinate representation of color #BD0F09: hue angle of 2º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0F09 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.26 |
| HSL | 2º | 0.91% | 0.39% | - |
| HSV(B) | 2º | 0.95% | 0.74% | - |
| XYZ | 21.21 | 11.18 | 1.3 | - |
| YUV | 66.34 | 95.65 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 9 | 0 | 0.92 | 0.95 | 0.26 | 2 | 0.91 | 0.39 |
| Hex | BD | F | 9 | 0 | 5C | 5F | 1A | 2 | 5B | 27 |
| Octal | 275 | 17 | 11 | 0 | 134 | 137 | 32 | 2 | 133 | 47 |
| Binary | 10111101 | 1111 | 1001 | 0 | 1011100 | 1011111 | 11010 | 10 | 1011011 | 100111 |
Color Harmonies of #BD0F09
Complementary color
Monochromatic Colors of #BD0F09
Black with #BD0F09
Text Example
Text Example
White with #BD0F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F09; }
p { color: rgb(189,15,9); }
H1.HeaderClassName
{
color: #BD0F09;
}
.AnyTagClassName
{
color: #BD0F09;
}
</style>
background-color css
<style>
a { background-color: #BD0F09; }
a { background-color: rgb(189,15,9); }
div.DivClassName
{
background-color: #BD0F09;
}
.BgClassName
{
background-color: #BD0F09;
}
</style>
border-color css
<style>
span { border-color: #BD0F09; }
span { border-color: rgb(189,15,9); }
td.TdClassName
{
border-color: #BD0F09;
}
.TagClassName
{
border-color: #BD0F09;
}
</style>