Shades of Free Speech Red #CB140B
Tints of Free Speech Red #CB140B
RGB
CMYK
RGB Variations
Color information
#CB140B (or 0xCB140B) is known color: Free Speech Red. HEX triplet: CB, 14 and 0B. RGB value is (203,20,11). Sum of RGB (Red+Green+Blue) = 203+20+11=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB140B is #34EBF4. Grayscale: #494949. Windows color (decimal): -3468277 or 726219. OLE color: 726219.
HSL color Cylindrical-coordinate representation of color #CB140B: hue angle of 2.81º degrees, saturation: 0.9, 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 #CB140B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.20 |
| HSL | 2.81º | 0.9% | 0.42% | - |
| HSV(B) | 2.81º | 0.95% | 0.8% | - |
| XYZ | 24.94 | 13.22 | 1.55 | - |
| YUV | 73.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 11 | 0 | 0.90 | 0.95 | 0.20 | 2.81 | 0.9 | 0.42 |
| Hex | CB | 14 | B | 0 | 5A | 5F | 14 | 3 | 5A | 2A |
| Octal | 313 | 24 | 13 | 0 | 132 | 137 | 24 | 3 | 132 | 52 |
| Binary | 11001011 | 10100 | 1011 | 0 | 1011010 | 1011111 | 10100 | 11 | 1011010 | 101010 |
Color Harmonies of #CB140B
Complementary color
Monochromatic Colors of #CB140B
Black with #CB140B
Text Example
Text Example
White with #CB140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB140B; }
p { color: rgb(203,20,11); }
H1.HeaderClassName
{
color: #CB140B;
}
.AnyTagClassName
{
color: #CB140B;
}
</style>
background-color css
<style>
a { background-color: #CB140B; }
a { background-color: rgb(203,20,11); }
div.DivClassName
{
background-color: #CB140B;
}
.BgClassName
{
background-color: #CB140B;
}
</style>
border-color css
<style>
span { border-color: #CB140B; }
span { border-color: rgb(203,20,11); }
td.TdClassName
{
border-color: #CB140B;
}
.TagClassName
{
border-color: #CB140B;
}
</style>