Shades of Free Speech Red #CB0601
Tints of Free Speech Red #CB0601
RGB
CMYK
RGB Variations
Color information
#CB0601 (or 0xCB0601) is known color: Free Speech Red. HEX triplet: CB, 06 and 01. RGB value is (203,6,1). Sum of RGB (Red+Green+Blue) = 203+6+1=210 (27% of max value = 765). Red value is 203 (79.69% from 255 or 96.67% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0601 is #34F9FE. Grayscale: #404040. Windows color (decimal): -3471871 or 67275. OLE color: 67275.
HSL color Cylindrical-coordinate representation of color #CB0601: hue angle of 1.49º 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 #CB0601 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.20 |
| HSL | 1.49º | 0.99% | 0.4% | - |
| HSV(B) | 1.49º | 1% | 0.8% | - |
| XYZ | 24.7 | 12.83 | 1.2 | - |
| YUV | 64.33 | 92.27 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 1 | 0 | 0.97 | 1.00 | 0.20 | 1.49 | 0.99 | 0.4 |
| Hex | CB | 6 | 1 | 0 | 61 | 64 | 14 | 1 | 63 | 28 |
| Octal | 313 | 6 | 1 | 0 | 141 | 144 | 24 | 1 | 143 | 50 |
| Binary | 11001011 | 110 | 1 | 0 | 1100001 | 1100100 | 10100 | 1 | 1100011 | 101000 |
Color Harmonies of #CB0601
Complementary color
Monochromatic Colors of #CB0601
Black with #CB0601
Text Example
Text Example
White with #CB0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0601; }
p { color: rgb(203,6,1); }
H1.HeaderClassName
{
color: #CB0601;
}
.AnyTagClassName
{
color: #CB0601;
}
</style>
background-color css
<style>
a { background-color: #CB0601; }
a { background-color: rgb(203,6,1); }
div.DivClassName
{
background-color: #CB0601;
}
.BgClassName
{
background-color: #CB0601;
}
</style>
border-color css
<style>
span { border-color: #CB0601; }
span { border-color: rgb(203,6,1); }
td.TdClassName
{
border-color: #CB0601;
}
.TagClassName
{
border-color: #CB0601;
}
</style>