Shades of Free Speech Red #CB1701
Tints of Free Speech Red #CB1701
RGB
CMYK
RGB Variations
Color information
#CB1701 (or 0xCB1701) is known color: Free Speech Red. HEX triplet: CB, 17 and 01. RGB value is (203,23,1). Sum of RGB (Red+Green+Blue) = 203+23+1=227 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.43% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1701 is #34E8FE. Grayscale: #4A4A4A. Windows color (decimal): -3467519 or 71627. OLE color: 71627.
HSL color Cylindrical-coordinate representation of color #CB1701: hue angle of 6.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB1701 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.20 |
| HSL | 6.53º | 0.99% | 0.4% | - |
| HSV(B) | 6.53º | 1% | 0.8% | - |
| XYZ | 24.94 | 13.31 | 1.28 | - |
| YUV | 74.31 | 86.63 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 1 | 0 | 0.89 | 1.00 | 0.20 | 6.53 | 0.99 | 0.4 |
| Hex | CB | 17 | 1 | 0 | 59 | 64 | 14 | 7 | 63 | 28 |
| Octal | 313 | 27 | 1 | 0 | 131 | 144 | 24 | 7 | 143 | 50 |
| Binary | 11001011 | 10111 | 1 | 0 | 1011001 | 1100100 | 10100 | 111 | 1100011 | 101000 |
Color Harmonies of #CB1701
Complementary color
Monochromatic Colors of #CB1701
Black with #CB1701
Text Example
Text Example
White with #CB1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1701; }
p { color: rgb(203,23,1); }
H1.HeaderClassName
{
color: #CB1701;
}
.AnyTagClassName
{
color: #CB1701;
}
</style>
background-color css
<style>
a { background-color: #CB1701; }
a { background-color: rgb(203,23,1); }
div.DivClassName
{
background-color: #CB1701;
}
.BgClassName
{
background-color: #CB1701;
}
</style>
border-color css
<style>
span { border-color: #CB1701; }
span { border-color: rgb(203,23,1); }
td.TdClassName
{
border-color: #CB1701;
}
.TagClassName
{
border-color: #CB1701;
}
</style>