Shades of Free Speech Red #CB0A04
Tints of Free Speech Red #CB0A04
RGB
CMYK
RGB Variations
Color information
#CB0A04 (or 0xCB0A04) is known color: Free Speech Red. HEX triplet: CB, 0A and 04. RGB value is (203,10,4). Sum of RGB (Red+Green+Blue) = 203+10+4=217 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.55% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0A04 is #34F5FB. Grayscale: #434343. Windows color (decimal): -3470844 or 264907. OLE color: 264907.
HSL color Cylindrical-coordinate representation of color #CB0A04: hue angle of 1.81º 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 #CB0A04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.20 |
| HSL | 1.81º | 0.96% | 0.41% | - |
| HSV(B) | 1.81º | 0.98% | 0.8% | - |
| XYZ | 24.76 | 12.92 | 1.3 | - |
| YUV | 67.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 4 | 0 | 0.95 | 0.98 | 0.20 | 1.81 | 0.96 | 0.41 |
| Hex | CB | A | 4 | 0 | 5F | 62 | 14 | 2 | 60 | 29 |
| Octal | 313 | 12 | 4 | 0 | 137 | 142 | 24 | 2 | 140 | 51 |
| Binary | 11001011 | 1010 | 100 | 0 | 1011111 | 1100010 | 10100 | 10 | 1100000 | 101001 |
Color Harmonies of #CB0A04
Complementary color
Monochromatic Colors of #CB0A04
Black with #CB0A04
Text Example
Text Example
White with #CB0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0A04; }
p { color: rgb(203,10,4); }
H1.HeaderClassName
{
color: #CB0A04;
}
.AnyTagClassName
{
color: #CB0A04;
}
</style>
background-color css
<style>
a { background-color: #CB0A04; }
a { background-color: rgb(203,10,4); }
div.DivClassName
{
background-color: #CB0A04;
}
.BgClassName
{
background-color: #CB0A04;
}
</style>
border-color css
<style>
span { border-color: #CB0A04; }
span { border-color: rgb(203,10,4); }
td.TdClassName
{
border-color: #CB0A04;
}
.TagClassName
{
border-color: #CB0A04;
}
</style>