Shades of Free Speech Red #BD1500
Tints of Free Speech Red #BD1500
RGB
CMYK
RGB Variations
Color information
#BD1500 (or 0xBD1500) is known color: Free Speech Red. HEX triplet: BD, 15 and 00. RGB value is (189,21,0). Sum of RGB (Red+Green+Blue) = 189+21+0=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1500 is #42EAFF. Grayscale: #454545. Windows color (decimal): -4385536 or 5565. OLE color: 5565.
HSL color Cylindrical-coordinate representation of color #BD1500: hue angle of 6.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD1500 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.26 |
| HSL | 6.67º | 1% | 0.37% | - |
| HSV(B) | 6.67º | 1% | 0.74% | - |
| XYZ | 21.25 | 11.36 | 1.07 | - |
| YUV | 68.84 | 89.16 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 0 | 0 | 0.89 | 1 | 0.26 | 6.67 | 1 | 0.37 |
| Hex | BD | 15 | 0 | 0 | 59 | 64 | 1A | 7 | 64 | 25 |
| Octal | 275 | 25 | 0 | 0 | 131 | 144 | 32 | 7 | 144 | 45 |
| Binary | 10111101 | 10101 | 0 | 0 | 1011001 | 1100100 | 11010 | 111 | 1100100 | 100101 |
Color Harmonies of #BD1500
Complementary color
Monochromatic Colors of #BD1500
Black with #BD1500
Text Example
Text Example
White with #BD1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1500; }
p { color: rgb(189,21,0); }
H1.HeaderClassName
{
color: #BD1500;
}
.AnyTagClassName
{
color: #BD1500;
}
</style>
background-color css
<style>
a { background-color: #BD1500; }
a { background-color: rgb(189,21,0); }
div.DivClassName
{
background-color: #BD1500;
}
.BgClassName
{
background-color: #BD1500;
}
</style>
border-color css
<style>
span { border-color: #BD1500; }
span { border-color: rgb(189,21,0); }
td.TdClassName
{
border-color: #BD1500;
}
.TagClassName
{
border-color: #BD1500;
}
</style>