Shades of Free Speech Red #BD1301
Tints of Free Speech Red #BD1301
RGB
CMYK
RGB Variations
Color information
#BD1301 (or 0xBD1301) is known color: Free Speech Red. HEX triplet: BD, 13 and 01. RGB value is (189,19,1). Sum of RGB (Red+Green+Blue) = 189+19+1=209 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.43% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1301 is #42ECFE. Grayscale: #444444. Windows color (decimal): -4386047 or 70589. OLE color: 70589.
HSL color Cylindrical-coordinate representation of color #BD1301: hue angle of 5.74º 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 #BD1301 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.26 |
| HSL | 5.74º | 0.99% | 0.37% | - |
| HSV(B) | 5.74º | 0.99% | 0.74% | - |
| XYZ | 21.22 | 11.29 | 1.09 | - |
| YUV | 67.78 | 90.32 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 1 | 0 | 0.90 | 0.99 | 0.26 | 5.74 | 0.99 | 0.37 |
| Hex | BD | 13 | 1 | 0 | 5A | 63 | 1A | 6 | 63 | 25 |
| Octal | 275 | 23 | 1 | 0 | 132 | 143 | 32 | 6 | 143 | 45 |
| Binary | 10111101 | 10011 | 1 | 0 | 1011010 | 1100011 | 11010 | 110 | 1100011 | 100101 |
Color Harmonies of #BD1301
Complementary color
Monochromatic Colors of #BD1301
Black with #BD1301
Text Example
Text Example
White with #BD1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1301; }
p { color: rgb(189,19,1); }
H1.HeaderClassName
{
color: #BD1301;
}
.AnyTagClassName
{
color: #BD1301;
}
</style>
background-color css
<style>
a { background-color: #BD1301; }
a { background-color: rgb(189,19,1); }
div.DivClassName
{
background-color: #BD1301;
}
.BgClassName
{
background-color: #BD1301;
}
</style>
border-color css
<style>
span { border-color: #BD1301; }
span { border-color: rgb(189,19,1); }
td.TdClassName
{
border-color: #BD1301;
}
.TagClassName
{
border-color: #BD1301;
}
</style>