Shades of Free Speech Red #C00606
Tints of Free Speech Red #C00606
RGB
CMYK
RGB Variations
Color information
#C00606 (or 0xC00606) is known color: Free Speech Red. HEX triplet: C0, 06 and 06. RGB value is (192,6,6). Sum of RGB (Red+Green+Blue) = 192+6+6=204 (27% of max value = 765). Red value is 192 (75.39% from 255 or 94.12% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 192 - color contains mainly: red. Hex color #C00606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00606 is #3FF9F9. Grayscale: #3D3D3D. Windows color (decimal): -4192762 or 394944. OLE color: 394944.
HSL color Cylindrical-coordinate representation of color #C00606: hue angle of 0º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00606 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 6 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.25 |
| HSL | 0º | 0.94% | 0.39% | - |
| HSV(B) | 0º | 0.97% | 0.75% | - |
| XYZ | 21.84 | 11.35 | 1.21 | - |
| YUV | 61.61 | 96.62 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 6 | 0 | 0.97 | 0.97 | 0.25 | 0 | 0.94 | 0.39 |
| Hex | C0 | 6 | 6 | 0 | 61 | 61 | 19 | 0 | 5E | 27 |
| Octal | 300 | 6 | 6 | 0 | 141 | 141 | 31 | 0 | 136 | 47 |
| Binary | 11000000 | 110 | 110 | 0 | 1100001 | 1100001 | 11001 | 0 | 1011110 | 100111 |
Color Harmonies of #C00606
Complementary color
Monochromatic Colors of #C00606
Black with #C00606
Text Example
Text Example
White with #C00606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00606; }
p { color: rgb(192,6,6); }
H1.HeaderClassName
{
color: #C00606;
}
.AnyTagClassName
{
color: #C00606;
}
</style>
background-color css
<style>
a { background-color: #C00606; }
a { background-color: rgb(192,6,6); }
div.DivClassName
{
background-color: #C00606;
}
.BgClassName
{
background-color: #C00606;
}
</style>
border-color css
<style>
span { border-color: #C00606; }
span { border-color: rgb(192,6,6); }
td.TdClassName
{
border-color: #C00606;
}
.TagClassName
{
border-color: #C00606;
}
</style>