Shades of Free Speech Red #BD1907
Tints of Free Speech Red #BD1907
RGB
CMYK
RGB Variations
Color information
#BD1907 (or 0xBD1907) is known color: Free Speech Red. HEX triplet: BD, 19 and 07. RGB value is (189,25,7). Sum of RGB (Red+Green+Blue) = 189+25+7=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1907 is #42E6F8. Grayscale: #484848. Windows color (decimal): -4384505 or 465341. OLE color: 465341.
HSL color Cylindrical-coordinate representation of color #BD1907: hue angle of 5.93º 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 #BD1907 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 7 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.26 |
| HSL | 5.93º | 0.93% | 0.38% | - |
| HSV(B) | 5.93º | 0.96% | 0.74% | - |
| XYZ | 21.37 | 11.53 | 1.3 | - |
| YUV | 71.98 | 91.33 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 7 | 0 | 0.87 | 0.96 | 0.26 | 5.93 | 0.93 | 0.38 |
| Hex | BD | 19 | 7 | 0 | 57 | 60 | 1A | 6 | 5D | 26 |
| Octal | 275 | 31 | 7 | 0 | 127 | 140 | 32 | 6 | 135 | 46 |
| Binary | 10111101 | 11001 | 111 | 0 | 1010111 | 1100000 | 11010 | 110 | 1011101 | 100110 |
Color Harmonies of #BD1907
Complementary color
Monochromatic Colors of #BD1907
Black with #BD1907
Text Example
Text Example
White with #BD1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1907; }
p { color: rgb(189,25,7); }
H1.HeaderClassName
{
color: #BD1907;
}
.AnyTagClassName
{
color: #BD1907;
}
</style>
background-color css
<style>
a { background-color: #BD1907; }
a { background-color: rgb(189,25,7); }
div.DivClassName
{
background-color: #BD1907;
}
.BgClassName
{
background-color: #BD1907;
}
</style>
border-color css
<style>
span { border-color: #BD1907; }
span { border-color: rgb(189,25,7); }
td.TdClassName
{
border-color: #BD1907;
}
.TagClassName
{
border-color: #BD1907;
}
</style>