Shades of Free Speech Red #CB1414
Tints of Free Speech Red #CB1414
RGB
CMYK
RGB Variations
Color information
#CB1414 (or 0xCB1414) is known color: Free Speech Red. HEX triplet: CB, 14 and 14. RGB value is (203,20,20). Sum of RGB (Red+Green+Blue) = 203+20+20=243 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.54% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1414 is #34EBEB. Grayscale: #4A4A4A. Windows color (decimal): -3468268 or 1316043. OLE color: 1316043.
HSL color Cylindrical-coordinate representation of color #CB1414: hue angle of 0º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1414 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 20 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.20 |
| HSL | 0º | 0.82% | 0.44% | - |
| HSV(B) | 0º | 0.9% | 0.8% | - |
| XYZ | 25.01 | 13.25 | 1.9 | - |
| YUV | 74.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 20 | 0 | 0.90 | 0.90 | 0.20 | 0 | 0.82 | 0.44 |
| Hex | CB | 14 | 14 | 0 | 5A | 5A | 14 | 0 | 52 | 2C |
| Octal | 313 | 24 | 24 | 0 | 132 | 132 | 24 | 0 | 122 | 54 |
| Binary | 11001011 | 10100 | 10100 | 0 | 1011010 | 1011010 | 10100 | 0 | 1010010 | 101100 |
Color Harmonies of #CB1414
Complementary color
Monochromatic Colors of #CB1414
Black with #CB1414
Text Example
Text Example
White with #CB1414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1414; }
p { color: rgb(203,20,20); }
H1.HeaderClassName
{
color: #CB1414;
}
.AnyTagClassName
{
color: #CB1414;
}
</style>
background-color css
<style>
a { background-color: #CB1414; }
a { background-color: rgb(203,20,20); }
div.DivClassName
{
background-color: #CB1414;
}
.BgClassName
{
background-color: #CB1414;
}
</style>
border-color css
<style>
span { border-color: #CB1414; }
span { border-color: rgb(203,20,20); }
td.TdClassName
{
border-color: #CB1414;
}
.TagClassName
{
border-color: #CB1414;
}
</style>