Shades of Free Speech Red #BD0401
Tints of Free Speech Red #BD0401
RGB
CMYK
RGB Variations
Color information
#BD0401 (or 0xBD0401) is known color: Free Speech Red. HEX triplet: BD, 04 and 01. RGB value is (189,4,1). Sum of RGB (Red+Green+Blue) = 189+4+1=194 (25% of max value = 765). Red value is 189 (74.22% from 255 or 97.42% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0401 is #42FBFE. Grayscale: #3B3B3B. Windows color (decimal): -4389887 or 66749. OLE color: 66749.
HSL color Cylindrical-coordinate representation of color #BD0401: hue angle of 0.96º 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 #BD0401 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.26 |
| HSL | 0.96º | 0.99% | 0.37% | - |
| HSV(B) | 0.96º | 0.99% | 0.74% | - |
| XYZ | 21.04 | 10.91 | 1.03 | - |
| YUV | 58.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 1 | 0 | 0.98 | 0.99 | 0.26 | 0.96 | 0.99 | 0.37 |
| Hex | BD | 4 | 1 | 0 | 62 | 63 | 1A | 1 | 63 | 25 |
| Octal | 275 | 4 | 1 | 0 | 142 | 143 | 32 | 1 | 143 | 45 |
| Binary | 10111101 | 100 | 1 | 0 | 1100010 | 1100011 | 11010 | 1 | 1100011 | 100101 |
Color Harmonies of #BD0401
Complementary color
Monochromatic Colors of #BD0401
Black with #BD0401
Text Example
Text Example
White with #BD0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0401; }
p { color: rgb(189,4,1); }
H1.HeaderClassName
{
color: #BD0401;
}
.AnyTagClassName
{
color: #BD0401;
}
</style>
background-color css
<style>
a { background-color: #BD0401; }
a { background-color: rgb(189,4,1); }
div.DivClassName
{
background-color: #BD0401;
}
.BgClassName
{
background-color: #BD0401;
}
</style>
border-color css
<style>
span { border-color: #BD0401; }
span { border-color: rgb(189,4,1); }
td.TdClassName
{
border-color: #BD0401;
}
.TagClassName
{
border-color: #BD0401;
}
</style>