Shades of Free Speech Red #CB160D
Tints of Free Speech Red #CB160D
RGB
CMYK
RGB Variations
Color information
#CB160D (or 0xCB160D) is known color: Free Speech Red. HEX triplet: CB, 16 and 0D. RGB value is (203,22,13). Sum of RGB (Red+Green+Blue) = 203+22+13=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB160D is #34E9F2. Grayscale: #4B4B4B. Windows color (decimal): -3467763 or 857803. OLE color: 857803.
HSL color Cylindrical-coordinate representation of color #CB160D: hue angle of 2.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB160D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.20 |
| HSL | 2.84º | 0.88% | 0.42% | - |
| HSV(B) | 2.84º | 0.94% | 0.8% | - |
| XYZ | 24.99 | 13.3 | 1.63 | - |
| YUV | 75.09 | 92.97 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 13 | 0 | 0.89 | 0.94 | 0.20 | 2.84 | 0.88 | 0.42 |
| Hex | CB | 16 | D | 0 | 59 | 5E | 14 | 3 | 58 | 2A |
| Octal | 313 | 26 | 15 | 0 | 131 | 136 | 24 | 3 | 130 | 52 |
| Binary | 11001011 | 10110 | 1101 | 0 | 1011001 | 1011110 | 10100 | 11 | 1011000 | 101010 |
Color Harmonies of #CB160D
Complementary color
Monochromatic Colors of #CB160D
Black with #CB160D
Text Example
Text Example
White with #CB160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB160D; }
p { color: rgb(203,22,13); }
H1.HeaderClassName
{
color: #CB160D;
}
.AnyTagClassName
{
color: #CB160D;
}
</style>
background-color css
<style>
a { background-color: #CB160D; }
a { background-color: rgb(203,22,13); }
div.DivClassName
{
background-color: #CB160D;
}
.BgClassName
{
background-color: #CB160D;
}
</style>
border-color css
<style>
span { border-color: #CB160D; }
span { border-color: rgb(203,22,13); }
td.TdClassName
{
border-color: #CB160D;
}
.TagClassName
{
border-color: #CB160D;
}
</style>