Shades of Free Speech Red #CB100D
Tints of Free Speech Red #CB100D
RGB
CMYK
RGB Variations
Color information
#CB100D (or 0xCB100D) is known color: Free Speech Red. HEX triplet: CB, 10 and 0D. RGB value is (203,16,13). Sum of RGB (Red+Green+Blue) = 203+16+13=232 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.5% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 203 - color contains mainly: red. Hex color #CB100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB100D is #34EFF2. Grayscale: #474747. Windows color (decimal): -3469299 or 856267. OLE color: 856267.
HSL color Cylindrical-coordinate representation of color #CB100D: hue angle of 0.95º 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 #CB100D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.20 |
| HSL | 0.95º | 0.88% | 0.42% | - |
| HSV(B) | 0.95º | 0.94% | 0.8% | - |
| XYZ | 24.89 | 13.1 | 1.6 | - |
| YUV | 71.57 | 94.95 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 13 | 0 | 0.92 | 0.94 | 0.20 | 0.95 | 0.88 | 0.42 |
| Hex | CB | 10 | D | 0 | 5C | 5E | 14 | 1 | 58 | 2A |
| Octal | 313 | 20 | 15 | 0 | 134 | 136 | 24 | 1 | 130 | 52 |
| Binary | 11001011 | 10000 | 1101 | 0 | 1011100 | 1011110 | 10100 | 1 | 1011000 | 101010 |
Color Harmonies of #CB100D
Complementary color
Monochromatic Colors of #CB100D
Black with #CB100D
Text Example
Text Example
White with #CB100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB100D; }
p { color: rgb(203,16,13); }
H1.HeaderClassName
{
color: #CB100D;
}
.AnyTagClassName
{
color: #CB100D;
}
</style>
background-color css
<style>
a { background-color: #CB100D; }
a { background-color: rgb(203,16,13); }
div.DivClassName
{
background-color: #CB100D;
}
.BgClassName
{
background-color: #CB100D;
}
</style>
border-color css
<style>
span { border-color: #CB100D; }
span { border-color: rgb(203,16,13); }
td.TdClassName
{
border-color: #CB100D;
}
.TagClassName
{
border-color: #CB100D;
}
</style>