Shades of Free Speech Red #CB1508
Tints of Free Speech Red #CB1508
RGB
CMYK
RGB Variations
Color information
#CB1508 (or 0xCB1508) is known color: Free Speech Red. HEX triplet: CB, 15 and 08. RGB value is (203,21,8). Sum of RGB (Red+Green+Blue) = 203+21+8=232 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.5% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1508 is #34EAF7. Grayscale: #4A4A4A. Windows color (decimal): -3468024 or 529867. OLE color: 529867.
HSL color Cylindrical-coordinate representation of color #CB1508: hue angle of 4º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB1508 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.20 |
| HSL | 4º | 0.92% | 0.41% | - |
| HSV(B) | 4º | 0.96% | 0.8% | - |
| XYZ | 24.94 | 13.25 | 1.47 | - |
| YUV | 73.94 | 90.8 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 8 | 0 | 0.90 | 0.96 | 0.20 | 4 | 0.92 | 0.41 |
| Hex | CB | 15 | 8 | 0 | 5A | 60 | 14 | 4 | 5C | 29 |
| Octal | 313 | 25 | 10 | 0 | 132 | 140 | 24 | 4 | 134 | 51 |
| Binary | 11001011 | 10101 | 1000 | 0 | 1011010 | 1100000 | 10100 | 100 | 1011100 | 101001 |
Color Harmonies of #CB1508
Complementary color
Monochromatic Colors of #CB1508
Black with #CB1508
Text Example
Text Example
White with #CB1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1508; }
p { color: rgb(203,21,8); }
H1.HeaderClassName
{
color: #CB1508;
}
.AnyTagClassName
{
color: #CB1508;
}
</style>
background-color css
<style>
a { background-color: #CB1508; }
a { background-color: rgb(203,21,8); }
div.DivClassName
{
background-color: #CB1508;
}
.BgClassName
{
background-color: #CB1508;
}
</style>
border-color css
<style>
span { border-color: #CB1508; }
span { border-color: rgb(203,21,8); }
td.TdClassName
{
border-color: #CB1508;
}
.TagClassName
{
border-color: #CB1508;
}
</style>