Shades of Free Speech Red #CB110F
Tints of Free Speech Red #CB110F
RGB
CMYK
RGB Variations
Color information
#CB110F (or 0xCB110F) is known color: Free Speech Red. HEX triplet: CB, 11 and 0F. RGB value is (203,17,15). Sum of RGB (Red+Green+Blue) = 203+17+15=235 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.38% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 203 - color contains mainly: red. Hex color #CB110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB110F is #34EEF0. Grayscale: #484848. Windows color (decimal): -3469041 or 987595. OLE color: 987595.
HSL color Cylindrical-coordinate representation of color #CB110F: hue angle of 0.64º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB110F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 15 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.20 |
| HSL | 0.64º | 0.86% | 0.43% | - |
| HSV(B) | 0.64º | 0.93% | 0.8% | - |
| XYZ | 24.92 | 13.13 | 1.67 | - |
| YUV | 72.39 | 95.62 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 15 | 0 | 0.92 | 0.93 | 0.20 | 0.64 | 0.86 | 0.43 |
| Hex | CB | 11 | F | 0 | 5C | 5D | 14 | 1 | 56 | 2B |
| Octal | 313 | 21 | 17 | 0 | 134 | 135 | 24 | 1 | 126 | 53 |
| Binary | 11001011 | 10001 | 1111 | 0 | 1011100 | 1011101 | 10100 | 1 | 1010110 | 101011 |
Color Harmonies of #CB110F
Complementary color
Monochromatic Colors of #CB110F
Black with #CB110F
Text Example
Text Example
White with #CB110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB110F; }
p { color: rgb(203,17,15); }
H1.HeaderClassName
{
color: #CB110F;
}
.AnyTagClassName
{
color: #CB110F;
}
</style>
background-color css
<style>
a { background-color: #CB110F; }
a { background-color: rgb(203,17,15); }
div.DivClassName
{
background-color: #CB110F;
}
.BgClassName
{
background-color: #CB110F;
}
</style>
border-color css
<style>
span { border-color: #CB110F; }
span { border-color: rgb(203,17,15); }
td.TdClassName
{
border-color: #CB110F;
}
.TagClassName
{
border-color: #CB110F;
}
</style>