Shades of Free Speech Red #CB1401
Tints of Free Speech Red #CB1401
RGB
CMYK
RGB Variations
Color information
#CB1401 (or 0xCB1401) is known color: Free Speech Red. HEX triplet: CB, 14 and 01. RGB value is (203,20,1). Sum of RGB (Red+Green+Blue) = 203+20+1=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1401 is #34EBFE. Grayscale: #484848. Windows color (decimal): -3468287 or 70859. OLE color: 70859.
HSL color Cylindrical-coordinate representation of color #CB1401: hue angle of 5.64º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB1401 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.20 |
| HSL | 5.64º | 0.99% | 0.4% | - |
| HSV(B) | 5.64º | 1% | 0.8% | - |
| XYZ | 24.88 | 13.2 | 1.26 | - |
| YUV | 72.55 | 87.63 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 1 | 0 | 0.90 | 1.00 | 0.20 | 5.64 | 0.99 | 0.4 |
| Hex | CB | 14 | 1 | 0 | 5A | 64 | 14 | 6 | 63 | 28 |
| Octal | 313 | 24 | 1 | 0 | 132 | 144 | 24 | 6 | 143 | 50 |
| Binary | 11001011 | 10100 | 1 | 0 | 1011010 | 1100100 | 10100 | 110 | 1100011 | 101000 |
Color Harmonies of #CB1401
Complementary color
Monochromatic Colors of #CB1401
Black with #CB1401
Text Example
Text Example
White with #CB1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1401; }
p { color: rgb(203,20,1); }
H1.HeaderClassName
{
color: #CB1401;
}
.AnyTagClassName
{
color: #CB1401;
}
</style>
background-color css
<style>
a { background-color: #CB1401; }
a { background-color: rgb(203,20,1); }
div.DivClassName
{
background-color: #CB1401;
}
.BgClassName
{
background-color: #CB1401;
}
</style>
border-color css
<style>
span { border-color: #CB1401; }
span { border-color: rgb(203,20,1); }
td.TdClassName
{
border-color: #CB1401;
}
.TagClassName
{
border-color: #CB1401;
}
</style>