Shades of Free Speech Red #BD1109
Tints of Free Speech Red #BD1109
RGB
CMYK
RGB Variations
Color information
#BD1109 (or 0xBD1109) is known color: Free Speech Red. HEX triplet: BD, 11 and 09. RGB value is (189,17,9). Sum of RGB (Red+Green+Blue) = 189+17+9=215 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.91% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1109 is #42EEF6. Grayscale: #434343. Windows color (decimal): -4386551 or 594365. OLE color: 594365.
HSL color Cylindrical-coordinate representation of color #BD1109: hue angle of 2.67º 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 #BD1109 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 9 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.26 |
| HSL | 2.67º | 0.91% | 0.39% | - |
| HSV(B) | 2.67º | 0.95% | 0.74% | - |
| XYZ | 21.24 | 11.24 | 1.31 | - |
| YUV | 67.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 9 | 0 | 0.91 | 0.95 | 0.26 | 2.67 | 0.91 | 0.39 |
| Hex | BD | 11 | 9 | 0 | 5B | 5F | 1A | 3 | 5B | 27 |
| Octal | 275 | 21 | 11 | 0 | 133 | 137 | 32 | 3 | 133 | 47 |
| Binary | 10111101 | 10001 | 1001 | 0 | 1011011 | 1011111 | 11010 | 11 | 1011011 | 100111 |
Color Harmonies of #BD1109
Complementary color
Monochromatic Colors of #BD1109
Black with #BD1109
Text Example
Text Example
White with #BD1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1109; }
p { color: rgb(189,17,9); }
H1.HeaderClassName
{
color: #BD1109;
}
.AnyTagClassName
{
color: #BD1109;
}
</style>
background-color css
<style>
a { background-color: #BD1109; }
a { background-color: rgb(189,17,9); }
div.DivClassName
{
background-color: #BD1109;
}
.BgClassName
{
background-color: #BD1109;
}
</style>
border-color css
<style>
span { border-color: #BD1109; }
span { border-color: rgb(189,17,9); }
td.TdClassName
{
border-color: #BD1109;
}
.TagClassName
{
border-color: #BD1109;
}
</style>