Shades of Free Speech Red #BD140D
Tints of Free Speech Red #BD140D
RGB
CMYK
RGB Variations
Color information
#BD140D (or 0xBD140D) is known color: Free Speech Red. HEX triplet: BD, 14 and 0D. RGB value is (189,20,13). Sum of RGB (Red+Green+Blue) = 189+20+13=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD140D is #42EBF2. Grayscale: #454545. Windows color (decimal): -4385779 or 857277. OLE color: 857277.
HSL color Cylindrical-coordinate representation of color #BD140D: hue angle of 2.39º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD140D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.26 |
| HSL | 2.39º | 0.87% | 0.4% | - |
| HSV(B) | 2.39º | 0.93% | 0.74% | - |
| XYZ | 21.31 | 11.35 | 1.45 | - |
| YUV | 69.73 | 95.99 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 13 | 0 | 0.89 | 0.93 | 0.26 | 2.39 | 0.87 | 0.4 |
| Hex | BD | 14 | D | 0 | 59 | 5D | 1A | 2 | 57 | 28 |
| Octal | 275 | 24 | 15 | 0 | 131 | 135 | 32 | 2 | 127 | 50 |
| Binary | 10111101 | 10100 | 1101 | 0 | 1011001 | 1011101 | 11010 | 10 | 1010111 | 101000 |
Color Harmonies of #BD140D
Complementary color
Monochromatic Colors of #BD140D
Black with #BD140D
Text Example
Text Example
White with #BD140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD140D; }
p { color: rgb(189,20,13); }
H1.HeaderClassName
{
color: #BD140D;
}
.AnyTagClassName
{
color: #BD140D;
}
</style>
background-color css
<style>
a { background-color: #BD140D; }
a { background-color: rgb(189,20,13); }
div.DivClassName
{
background-color: #BD140D;
}
.BgClassName
{
background-color: #BD140D;
}
</style>
border-color css
<style>
span { border-color: #BD140D; }
span { border-color: rgb(189,20,13); }
td.TdClassName
{
border-color: #BD140D;
}
.TagClassName
{
border-color: #BD140D;
}
</style>