Shades of Free Speech Red #C01305
Tints of Free Speech Red #C01305
RGB
CMYK
RGB Variations
Color information
#C01305 (or 0xC01305) is known color: Free Speech Red. HEX triplet: C0, 13 and 05. RGB value is (192,19,5). Sum of RGB (Red+Green+Blue) = 192+19+5=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C01305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01305 is #3FECFA. Grayscale: #454545. Windows color (decimal): -4189435 or 332736. OLE color: 332736.
HSL color Cylindrical-coordinate representation of color #C01305: hue angle of 4.49º degrees, saturation: 0.95, 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 #C01305 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.25 |
| HSL | 4.49º | 0.95% | 0.39% | - |
| HSV(B) | 4.49º | 0.97% | 0.75% | - |
| XYZ | 22 | 11.68 | 1.24 | - |
| YUV | 69.13 | 91.81 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 5 | 0 | 0.90 | 0.97 | 0.25 | 4.49 | 0.95 | 0.39 |
| Hex | C0 | 13 | 5 | 0 | 5A | 61 | 19 | 4 | 5F | 27 |
| Octal | 300 | 23 | 5 | 0 | 132 | 141 | 31 | 4 | 137 | 47 |
| Binary | 11000000 | 10011 | 101 | 0 | 1011010 | 1100001 | 11001 | 100 | 1011111 | 100111 |
Color Harmonies of #C01305
Complementary color
Monochromatic Colors of #C01305
Black with #C01305
Text Example
Text Example
White with #C01305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01305; }
p { color: rgb(192,19,5); }
H1.HeaderClassName
{
color: #C01305;
}
.AnyTagClassName
{
color: #C01305;
}
</style>
background-color css
<style>
a { background-color: #C01305; }
a { background-color: rgb(192,19,5); }
div.DivClassName
{
background-color: #C01305;
}
.BgClassName
{
background-color: #C01305;
}
</style>
border-color css
<style>
span { border-color: #C01305; }
span { border-color: rgb(192,19,5); }
td.TdClassName
{
border-color: #C01305;
}
.TagClassName
{
border-color: #C01305;
}
</style>