Shades of Free Speech Red #CB100A
Tints of Free Speech Red #CB100A
RGB
CMYK
RGB Variations
Color information
#CB100A (or 0xCB100A) is known color: Free Speech Red. HEX triplet: CB, 10 and 0A. RGB value is (203,16,10). Sum of RGB (Red+Green+Blue) = 203+16+10=229 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.65% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 203 - color contains mainly: red. Hex color #CB100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB100A is #34EFF5. Grayscale: #474747. Windows color (decimal): -3469302 or 659659. OLE color: 659659.
HSL color Cylindrical-coordinate representation of color #CB100A: hue angle of 1.87º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB100A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.20 |
| HSL | 1.87º | 0.91% | 0.42% | - |
| HSV(B) | 1.87º | 0.95% | 0.8% | - |
| XYZ | 24.87 | 13.09 | 1.5 | - |
| YUV | 71.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 10 | 0 | 0.92 | 0.95 | 0.20 | 1.87 | 0.91 | 0.42 |
| Hex | CB | 10 | A | 0 | 5C | 5F | 14 | 2 | 5B | 2A |
| Octal | 313 | 20 | 12 | 0 | 134 | 137 | 24 | 2 | 133 | 52 |
| Binary | 11001011 | 10000 | 1010 | 0 | 1011100 | 1011111 | 10100 | 10 | 1011011 | 101010 |
Color Harmonies of #CB100A
Complementary color
Monochromatic Colors of #CB100A
Black with #CB100A
Text Example
Text Example
White with #CB100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB100A; }
p { color: rgb(203,16,10); }
H1.HeaderClassName
{
color: #CB100A;
}
.AnyTagClassName
{
color: #CB100A;
}
</style>
background-color css
<style>
a { background-color: #CB100A; }
a { background-color: rgb(203,16,10); }
div.DivClassName
{
background-color: #CB100A;
}
.BgClassName
{
background-color: #CB100A;
}
</style>
border-color css
<style>
span { border-color: #CB100A; }
span { border-color: rgb(203,16,10); }
td.TdClassName
{
border-color: #CB100A;
}
.TagClassName
{
border-color: #CB100A;
}
</style>