Shades of Free Speech Red #CB0901
Tints of Free Speech Red #CB0901
RGB
CMYK
RGB Variations
Color information
#CB0901 (or 0xCB0901) is known color: Free Speech Red. HEX triplet: CB, 09 and 01. RGB value is (203,9,1). Sum of RGB (Red+Green+Blue) = 203+9+1=213 (28% of max value = 765). Red value is 203 (79.69% from 255 or 95.31% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0901 is #34F6FE. Grayscale: #424242. Windows color (decimal): -3471103 or 68043. OLE color: 68043.
HSL color Cylindrical-coordinate representation of color #CB0901: hue angle of 2.38º 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 #CB0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.20 |
| HSL | 2.38º | 0.99% | 0.4% | - |
| HSV(B) | 2.38º | 1% | 0.8% | - |
| XYZ | 24.73 | 12.89 | 1.21 | - |
| YUV | 66.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 1 | 0 | 0.96 | 1.00 | 0.20 | 2.38 | 0.99 | 0.4 |
| Hex | CB | 9 | 1 | 0 | 60 | 64 | 14 | 2 | 63 | 28 |
| Octal | 313 | 11 | 1 | 0 | 140 | 144 | 24 | 2 | 143 | 50 |
| Binary | 11001011 | 1001 | 1 | 0 | 1100000 | 1100100 | 10100 | 10 | 1100011 | 101000 |
Color Harmonies of #CB0901
Complementary color
Monochromatic Colors of #CB0901
Black with #CB0901
Text Example
Text Example
White with #CB0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0901; }
p { color: rgb(203,9,1); }
H1.HeaderClassName
{
color: #CB0901;
}
.AnyTagClassName
{
color: #CB0901;
}
</style>
background-color css
<style>
a { background-color: #CB0901; }
a { background-color: rgb(203,9,1); }
div.DivClassName
{
background-color: #CB0901;
}
.BgClassName
{
background-color: #CB0901;
}
</style>
border-color css
<style>
span { border-color: #CB0901; }
span { border-color: rgb(203,9,1); }
td.TdClassName
{
border-color: #CB0901;
}
.TagClassName
{
border-color: #CB0901;
}
</style>