Shades of Free Speech Red #CB0807
Tints of Free Speech Red #CB0807
RGB
CMYK
RGB Variations
Color information
#CB0807 (or 0xCB0807) is known color: Free Speech Red. HEX triplet: CB, 08 and 07. RGB value is (203,8,7). Sum of RGB (Red+Green+Blue) = 203+8+7=218 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.12% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0807 is #34F7F8. Grayscale: #424242. Windows color (decimal): -3471353 or 461003. OLE color: 461003.
HSL color Cylindrical-coordinate representation of color #CB0807: hue angle of 0.31º 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 #CB0807 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.20 |
| HSL | 0.31º | 0.93% | 0.41% | - |
| HSV(B) | 0.31º | 0.97% | 0.8% | - |
| XYZ | 24.75 | 12.89 | 1.38 | - |
| YUV | 66.19 | 94.6 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 7 | 0 | 0.96 | 0.97 | 0.20 | 0.31 | 0.93 | 0.41 |
| Hex | CB | 8 | 7 | 0 | 60 | 61 | 14 | 0 | 5D | 29 |
| Octal | 313 | 10 | 7 | 0 | 140 | 141 | 24 | 0 | 135 | 51 |
| Binary | 11001011 | 1000 | 111 | 0 | 1100000 | 1100001 | 10100 | 0 | 1011101 | 101001 |
Color Harmonies of #CB0807
Complementary color
Monochromatic Colors of #CB0807
Black with #CB0807
Text Example
Text Example
White with #CB0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0807; }
p { color: rgb(203,8,7); }
H1.HeaderClassName
{
color: #CB0807;
}
.AnyTagClassName
{
color: #CB0807;
}
</style>
background-color css
<style>
a { background-color: #CB0807; }
a { background-color: rgb(203,8,7); }
div.DivClassName
{
background-color: #CB0807;
}
.BgClassName
{
background-color: #CB0807;
}
</style>
border-color css
<style>
span { border-color: #CB0807; }
span { border-color: rgb(203,8,7); }
td.TdClassName
{
border-color: #CB0807;
}
.TagClassName
{
border-color: #CB0807;
}
</style>