Shades of Free Speech Red #CB1010
Tints of Free Speech Red #CB1010
RGB
CMYK
RGB Variations
Color information
#CB1010 (or 0xCB1010) is known color: Free Speech Red. HEX triplet: CB, 10 and 10. RGB value is (203,16,16). Sum of RGB (Red+Green+Blue) = 203+16+16=235 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.38% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1010 is #34EFEF. Grayscale: #484848. Windows color (decimal): -3469296 or 1052875. OLE color: 1052875.
HSL color Cylindrical-coordinate representation of color #CB1010: hue angle of 0º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1010 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 16 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.20 |
| HSL | 0º | 0.85% | 0.43% | - |
| HSV(B) | 0º | 0.92% | 0.8% | - |
| XYZ | 24.91 | 13.1 | 1.71 | - |
| YUV | 71.91 | 96.45 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 16 | 0 | 0.92 | 0.92 | 0.20 | 0 | 0.85 | 0.43 |
| Hex | CB | 10 | 10 | 0 | 5C | 5C | 14 | 0 | 55 | 2B |
| Octal | 313 | 20 | 20 | 0 | 134 | 134 | 24 | 0 | 125 | 53 |
| Binary | 11001011 | 10000 | 10000 | 0 | 1011100 | 1011100 | 10100 | 0 | 1010101 | 101011 |
Color Harmonies of #CB1010
Complementary color
Monochromatic Colors of #CB1010
Black with #CB1010
Text Example
Text Example
White with #CB1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1010; }
p { color: rgb(203,16,16); }
H1.HeaderClassName
{
color: #CB1010;
}
.AnyTagClassName
{
color: #CB1010;
}
</style>
background-color css
<style>
a { background-color: #CB1010; }
a { background-color: rgb(203,16,16); }
div.DivClassName
{
background-color: #CB1010;
}
.BgClassName
{
background-color: #CB1010;
}
</style>
border-color css
<style>
span { border-color: #CB1010; }
span { border-color: rgb(203,16,16); }
td.TdClassName
{
border-color: #CB1010;
}
.TagClassName
{
border-color: #CB1010;
}
</style>