Shades of Free Speech Red #BD1901
Tints of Free Speech Red #BD1901
RGB
CMYK
RGB Variations
Color information
#BD1901 (or 0xBD1901) is known color: Free Speech Red. HEX triplet: BD, 19 and 01. RGB value is (189,25,1). Sum of RGB (Red+Green+Blue) = 189+25+1=215 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.91% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1901 is #42E6FE. Grayscale: #474747. Windows color (decimal): -4384511 or 72125. OLE color: 72125.
HSL color Cylindrical-coordinate representation of color #BD1901: hue angle of 7.66º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD1901 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.26 |
| HSL | 7.66º | 0.99% | 0.37% | - |
| HSV(B) | 7.66º | 0.99% | 0.74% | - |
| XYZ | 21.34 | 11.52 | 1.13 | - |
| YUV | 71.3 | 88.33 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 1 | 0 | 0.87 | 0.99 | 0.26 | 7.66 | 0.99 | 0.37 |
| Hex | BD | 19 | 1 | 0 | 57 | 63 | 1A | 8 | 63 | 25 |
| Octal | 275 | 31 | 1 | 0 | 127 | 143 | 32 | 10 | 143 | 45 |
| Binary | 10111101 | 11001 | 1 | 0 | 1010111 | 1100011 | 11010 | 1000 | 1100011 | 100101 |
Color Harmonies of #BD1901
Complementary color
Monochromatic Colors of #BD1901
Black with #BD1901
Text Example
Text Example
White with #BD1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1901; }
p { color: rgb(189,25,1); }
H1.HeaderClassName
{
color: #BD1901;
}
.AnyTagClassName
{
color: #BD1901;
}
</style>
background-color css
<style>
a { background-color: #BD1901; }
a { background-color: rgb(189,25,1); }
div.DivClassName
{
background-color: #BD1901;
}
.BgClassName
{
background-color: #BD1901;
}
</style>
border-color css
<style>
span { border-color: #BD1901; }
span { border-color: rgb(189,25,1); }
td.TdClassName
{
border-color: #BD1901;
}
.TagClassName
{
border-color: #BD1901;
}
</style>