Shades of Free Speech Red #CB0707
Tints of Free Speech Red #CB0707
RGB
CMYK
RGB Variations
Color information
#CB0707 (or 0xCB0707) is known color: Free Speech Red. HEX triplet: CB, 07 and 07. RGB value is (203,7,7). Sum of RGB (Red+Green+Blue) = 203+7+7=217 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.55% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0707 is #34F8F8. Grayscale: #414141. Windows color (decimal): -3471609 or 460747. OLE color: 460747.
HSL color Cylindrical-coordinate representation of color #CB0707: hue angle of 0º 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 #CB0707 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.20 |
| HSL | 0º | 0.93% | 0.41% | - |
| HSV(B) | 0º | 0.97% | 0.8% | - |
| XYZ | 24.74 | 12.86 | 1.38 | - |
| YUV | 65.6 | 94.93 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 7 | 0 | 0.97 | 0.97 | 0.20 | 0 | 0.93 | 0.41 |
| Hex | CB | 7 | 7 | 0 | 61 | 61 | 14 | 0 | 5D | 29 |
| Octal | 313 | 7 | 7 | 0 | 141 | 141 | 24 | 0 | 135 | 51 |
| Binary | 11001011 | 111 | 111 | 0 | 1100001 | 1100001 | 10100 | 0 | 1011101 | 101001 |
Color Harmonies of #CB0707
Complementary color
Monochromatic Colors of #CB0707
Black with #CB0707
Text Example
Text Example
White with #CB0707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0707; }
p { color: rgb(203,7,7); }
H1.HeaderClassName
{
color: #CB0707;
}
.AnyTagClassName
{
color: #CB0707;
}
</style>
background-color css
<style>
a { background-color: #CB0707; }
a { background-color: rgb(203,7,7); }
div.DivClassName
{
background-color: #CB0707;
}
.BgClassName
{
background-color: #CB0707;
}
</style>
border-color css
<style>
span { border-color: #CB0707; }
span { border-color: rgb(203,7,7); }
td.TdClassName
{
border-color: #CB0707;
}
.TagClassName
{
border-color: #CB0707;
}
</style>