Shades of Free Speech Red #BD0801
Tints of Free Speech Red #BD0801
RGB
CMYK
RGB Variations
Color information
#BD0801 (or 0xBD0801) is known color: Free Speech Red. HEX triplet: BD, 08 and 01. RGB value is (189,8,1). Sum of RGB (Red+Green+Blue) = 189+8+1=198 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.45% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0801 is #42F7FE. Grayscale: #3D3D3D. Windows color (decimal): -4388863 or 67773. OLE color: 67773.
HSL color Cylindrical-coordinate representation of color #BD0801: hue angle of 2.23º 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 #BD0801 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.26 |
| HSL | 2.23º | 0.99% | 0.37% | - |
| HSV(B) | 2.23º | 0.99% | 0.74% | - |
| XYZ | 21.08 | 10.99 | 1.04 | - |
| YUV | 61.32 | 93.97 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 1 | 0 | 0.96 | 0.99 | 0.26 | 2.23 | 0.99 | 0.37 |
| Hex | BD | 8 | 1 | 0 | 60 | 63 | 1A | 2 | 63 | 25 |
| Octal | 275 | 10 | 1 | 0 | 140 | 143 | 32 | 2 | 143 | 45 |
| Binary | 10111101 | 1000 | 1 | 0 | 1100000 | 1100011 | 11010 | 10 | 1100011 | 100101 |
Color Harmonies of #BD0801
Complementary color
Monochromatic Colors of #BD0801
Black with #BD0801
Text Example
Text Example
White with #BD0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0801; }
p { color: rgb(189,8,1); }
H1.HeaderClassName
{
color: #BD0801;
}
.AnyTagClassName
{
color: #BD0801;
}
</style>
background-color css
<style>
a { background-color: #BD0801; }
a { background-color: rgb(189,8,1); }
div.DivClassName
{
background-color: #BD0801;
}
.BgClassName
{
background-color: #BD0801;
}
</style>
border-color css
<style>
span { border-color: #BD0801; }
span { border-color: rgb(189,8,1); }
td.TdClassName
{
border-color: #BD0801;
}
.TagClassName
{
border-color: #BD0801;
}
</style>