Shades of Free Speech Red #CB0301
Tints of Free Speech Red #CB0301
RGB
CMYK
RGB Variations
Color information
#CB0301 (or 0xCB0301) is known color: Free Speech Red. HEX triplet: CB, 03 and 01. RGB value is (203,3,1). Sum of RGB (Red+Green+Blue) = 203+3+1=207 (27% of max value = 765). Red value is 203 (79.69% from 255 or 98.07% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0301 is #34FCFE. Grayscale: #3E3E3E. Windows color (decimal): -3472639 or 66507. OLE color: 66507.
HSL color Cylindrical-coordinate representation of color #CB0301: hue angle of 0.59º 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 #CB0301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.20 |
| HSL | 0.59º | 0.99% | 0.4% | - |
| HSV(B) | 0.59º | 1% | 0.8% | - |
| XYZ | 24.67 | 12.76 | 1.19 | - |
| YUV | 62.57 | 93.26 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 1 | 0 | 0.99 | 1.00 | 0.20 | 0.59 | 0.99 | 0.4 |
| Hex | CB | 3 | 1 | 0 | 63 | 64 | 14 | 1 | 63 | 28 |
| Octal | 313 | 3 | 1 | 0 | 143 | 144 | 24 | 1 | 143 | 50 |
| Binary | 11001011 | 11 | 1 | 0 | 1100011 | 1100100 | 10100 | 1 | 1100011 | 101000 |
Color Harmonies of #CB0301
Complementary color
Monochromatic Colors of #CB0301
Black with #CB0301
Text Example
Text Example
White with #CB0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0301; }
p { color: rgb(203,3,1); }
H1.HeaderClassName
{
color: #CB0301;
}
.AnyTagClassName
{
color: #CB0301;
}
</style>
background-color css
<style>
a { background-color: #CB0301; }
a { background-color: rgb(203,3,1); }
div.DivClassName
{
background-color: #CB0301;
}
.BgClassName
{
background-color: #CB0301;
}
</style>
border-color css
<style>
span { border-color: #CB0301; }
span { border-color: rgb(203,3,1); }
td.TdClassName
{
border-color: #CB0301;
}
.TagClassName
{
border-color: #CB0301;
}
</style>