Shades of Free Speech Red #BD1702
Tints of Free Speech Red #BD1702
RGB
CMYK
RGB Variations
Color information
#BD1702 (or 0xBD1702) is known color: Free Speech Red. HEX triplet: BD, 17 and 02. RGB value is (189,23,2). Sum of RGB (Red+Green+Blue) = 189+23+2=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1702 is #42E8FD. Grayscale: #464646. Windows color (decimal): -4385022 or 137149. OLE color: 137149.
HSL color Cylindrical-coordinate representation of color #BD1702: hue angle of 6.74º degrees, saturation: 0.98, 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 #BD1702 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.26 |
| HSL | 6.74º | 0.98% | 0.37% | - |
| HSV(B) | 6.74º | 0.99% | 0.74% | - |
| XYZ | 21.3 | 11.44 | 1.14 | - |
| YUV | 70.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 2 | 0 | 0.88 | 0.99 | 0.26 | 6.74 | 0.98 | 0.37 |
| Hex | BD | 17 | 2 | 0 | 58 | 63 | 1A | 7 | 62 | 25 |
| Octal | 275 | 27 | 2 | 0 | 130 | 143 | 32 | 7 | 142 | 45 |
| Binary | 10111101 | 10111 | 10 | 0 | 1011000 | 1100011 | 11010 | 111 | 1100010 | 100101 |
Color Harmonies of #BD1702
Complementary color
Monochromatic Colors of #BD1702
Black with #BD1702
Text Example
Text Example
White with #BD1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1702; }
p { color: rgb(189,23,2); }
H1.HeaderClassName
{
color: #BD1702;
}
.AnyTagClassName
{
color: #BD1702;
}
</style>
background-color css
<style>
a { background-color: #BD1702; }
a { background-color: rgb(189,23,2); }
div.DivClassName
{
background-color: #BD1702;
}
.BgClassName
{
background-color: #BD1702;
}
</style>
border-color css
<style>
span { border-color: #BD1702; }
span { border-color: rgb(189,23,2); }
td.TdClassName
{
border-color: #BD1702;
}
.TagClassName
{
border-color: #BD1702;
}
</style>