Shades of Free Speech Red #C01308
Tints of Free Speech Red #C01308
RGB
CMYK
RGB Variations
Color information
#C01308 (or 0xC01308) is known color: Free Speech Red. HEX triplet: C0, 13 and 08. RGB value is (192,19,8). Sum of RGB (Red+Green+Blue) = 192+19+8=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C01308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01308 is #3FECF7. Grayscale: #454545. Windows color (decimal): -4189432 or 529344. OLE color: 529344.
HSL color Cylindrical-coordinate representation of color #C01308: hue angle of 3.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C01308 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.25 |
| HSL | 3.59º | 0.92% | 0.39% | - |
| HSV(B) | 3.59º | 0.96% | 0.75% | - |
| XYZ | 22.01 | 11.69 | 1.33 | - |
| YUV | 69.47 | 93.31 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 8 | 0 | 0.90 | 0.96 | 0.25 | 3.59 | 0.92 | 0.39 |
| Hex | C0 | 13 | 8 | 0 | 5A | 60 | 19 | 4 | 5C | 27 |
| Octal | 300 | 23 | 10 | 0 | 132 | 140 | 31 | 4 | 134 | 47 |
| Binary | 11000000 | 10011 | 1000 | 0 | 1011010 | 1100000 | 11001 | 100 | 1011100 | 100111 |
Color Harmonies of #C01308
Complementary color
Monochromatic Colors of #C01308
Black with #C01308
Text Example
Text Example
White with #C01308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01308; }
p { color: rgb(192,19,8); }
H1.HeaderClassName
{
color: #C01308;
}
.AnyTagClassName
{
color: #C01308;
}
</style>
background-color css
<style>
a { background-color: #C01308; }
a { background-color: rgb(192,19,8); }
div.DivClassName
{
background-color: #C01308;
}
.BgClassName
{
background-color: #C01308;
}
</style>
border-color css
<style>
span { border-color: #C01308; }
span { border-color: rgb(192,19,8); }
td.TdClassName
{
border-color: #C01308;
}
.TagClassName
{
border-color: #C01308;
}
</style>