Shades of Free Speech Red #CB1707
Tints of Free Speech Red #CB1707
RGB
CMYK
RGB Variations
Color information
#CB1707 (or 0xCB1707) is known color: Free Speech Red. HEX triplet: CB, 17 and 07. RGB value is (203,23,7). Sum of RGB (Red+Green+Blue) = 203+23+7=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1707 is #34E8F8. Grayscale: #4B4B4B. Windows color (decimal): -3467513 or 464843. OLE color: 464843.
HSL color Cylindrical-coordinate representation of color #CB1707: hue angle of 4.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB1707 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.20 |
| HSL | 4.9º | 0.93% | 0.41% | - |
| HSV(B) | 4.9º | 0.97% | 0.8% | - |
| XYZ | 24.97 | 13.32 | 1.46 | - |
| YUV | 75 | 89.63 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 7 | 0 | 0.89 | 0.97 | 0.20 | 4.9 | 0.93 | 0.41 |
| Hex | CB | 17 | 7 | 0 | 59 | 61 | 14 | 5 | 5D | 29 |
| Octal | 313 | 27 | 7 | 0 | 131 | 141 | 24 | 5 | 135 | 51 |
| Binary | 11001011 | 10111 | 111 | 0 | 1011001 | 1100001 | 10100 | 101 | 1011101 | 101001 |
Color Harmonies of #CB1707
Complementary color
Monochromatic Colors of #CB1707
Black with #CB1707
Text Example
Text Example
White with #CB1707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1707; }
p { color: rgb(203,23,7); }
H1.HeaderClassName
{
color: #CB1707;
}
.AnyTagClassName
{
color: #CB1707;
}
</style>
background-color css
<style>
a { background-color: #CB1707; }
a { background-color: rgb(203,23,7); }
div.DivClassName
{
background-color: #CB1707;
}
.BgClassName
{
background-color: #CB1707;
}
</style>
border-color css
<style>
span { border-color: #CB1707; }
span { border-color: rgb(203,23,7); }
td.TdClassName
{
border-color: #CB1707;
}
.TagClassName
{
border-color: #CB1707;
}
</style>