Shades of Free Speech Red #CB0804
Tints of Free Speech Red #CB0804
RGB
CMYK
RGB Variations
Color information
#CB0804 (or 0xCB0804) is known color: Free Speech Red. HEX triplet: CB, 08 and 04. RGB value is (203,8,4). Sum of RGB (Red+Green+Blue) = 203+8+4=215 (28% of max value = 765). Red value is 203 (79.69% from 255 or 94.42% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0804 is #34F7FB. Grayscale: #424242. Windows color (decimal): -3471356 or 264395. OLE color: 264395.
HSL color Cylindrical-coordinate representation of color #CB0804: hue angle of 1.21º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0804 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.20 |
| HSL | 1.21º | 0.96% | 0.41% | - |
| HSV(B) | 1.21º | 0.98% | 0.8% | - |
| XYZ | 24.74 | 12.88 | 1.3 | - |
| YUV | 65.85 | 93.1 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 4 | 0 | 0.96 | 0.98 | 0.20 | 1.21 | 0.96 | 0.41 |
| Hex | CB | 8 | 4 | 0 | 60 | 62 | 14 | 1 | 60 | 29 |
| Octal | 313 | 10 | 4 | 0 | 140 | 142 | 24 | 1 | 140 | 51 |
| Binary | 11001011 | 1000 | 100 | 0 | 1100000 | 1100010 | 10100 | 1 | 1100000 | 101001 |
Color Harmonies of #CB0804
Complementary color
Monochromatic Colors of #CB0804
Black with #CB0804
Text Example
Text Example
White with #CB0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0804; }
p { color: rgb(203,8,4); }
H1.HeaderClassName
{
color: #CB0804;
}
.AnyTagClassName
{
color: #CB0804;
}
</style>
background-color css
<style>
a { background-color: #CB0804; }
a { background-color: rgb(203,8,4); }
div.DivClassName
{
background-color: #CB0804;
}
.BgClassName
{
background-color: #CB0804;
}
</style>
border-color css
<style>
span { border-color: #CB0804; }
span { border-color: rgb(203,8,4); }
td.TdClassName
{
border-color: #CB0804;
}
.TagClassName
{
border-color: #CB0804;
}
</style>