Shades of Free Speech Red #C00504
Tints of Free Speech Red #C00504
RGB
CMYK
RGB Variations
Color information
#C00504 (or 0xC00504) is known color: Free Speech Red. HEX triplet: C0, 05 and 04. RGB value is (192,5,4). Sum of RGB (Red+Green+Blue) = 192+5+4=201 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.52% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 192 - color contains mainly: red. Hex color #C00504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00504 is #3FFAFB. Grayscale: #3C3C3C. Windows color (decimal): -4193020 or 263616. OLE color: 263616.
HSL color Cylindrical-coordinate representation of color #C00504: hue angle of 0.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00504 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.25 |
| HSL | 0.32º | 0.96% | 0.38% | - |
| HSV(B) | 0.32º | 0.98% | 0.75% | - |
| XYZ | 21.81 | 11.32 | 1.15 | - |
| YUV | 60.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 4 | 0 | 0.97 | 0.98 | 0.25 | 0.32 | 0.96 | 0.38 |
| Hex | C0 | 5 | 4 | 0 | 61 | 62 | 19 | 0 | 60 | 26 |
| Octal | 300 | 5 | 4 | 0 | 141 | 142 | 31 | 0 | 140 | 46 |
| Binary | 11000000 | 101 | 100 | 0 | 1100001 | 1100010 | 11001 | 0 | 1100000 | 100110 |
Color Harmonies of #C00504
Complementary color
Monochromatic Colors of #C00504
Black with #C00504
Text Example
Text Example
White with #C00504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00504; }
p { color: rgb(192,5,4); }
H1.HeaderClassName
{
color: #C00504;
}
.AnyTagClassName
{
color: #C00504;
}
</style>
background-color css
<style>
a { background-color: #C00504; }
a { background-color: rgb(192,5,4); }
div.DivClassName
{
background-color: #C00504;
}
.BgClassName
{
background-color: #C00504;
}
</style>
border-color css
<style>
span { border-color: #C00504; }
span { border-color: rgb(192,5,4); }
td.TdClassName
{
border-color: #C00504;
}
.TagClassName
{
border-color: #C00504;
}
</style>