Shades of Free Speech Red #C40601
Tints of Free Speech Red #C40601
RGB
CMYK
RGB Variations
Color information
#C40601 (or 0xC40601) is known color: Free Speech Red. HEX triplet: C4, 06 and 01. RGB value is (196,6,1). Sum of RGB (Red+Green+Blue) = 196+6+1=203 (26% of max value = 765). Red value is 196 (76.95% from 255 or 96.55% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 196 - color contains mainly: red. Hex color #C40601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40601 is #3BF9FE. Grayscale: #3E3E3E. Windows color (decimal): -3930623 or 67268. OLE color: 67268.
HSL color Cylindrical-coordinate representation of color #C40601: hue angle of 1.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40601 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.23 |
| HSL | 1.54º | 0.99% | 0.39% | - |
| HSV(B) | 1.54º | 0.99% | 0.77% | - |
| XYZ | 22.84 | 11.87 | 1.12 | - |
| YUV | 62.24 | 93.45 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 1 | 0 | 0.97 | 0.99 | 0.23 | 1.54 | 0.99 | 0.39 |
| Hex | C4 | 6 | 1 | 0 | 61 | 63 | 17 | 2 | 63 | 27 |
| Octal | 304 | 6 | 1 | 0 | 141 | 143 | 27 | 2 | 143 | 47 |
| Binary | 11000100 | 110 | 1 | 0 | 1100001 | 1100011 | 10111 | 10 | 1100011 | 100111 |
Color Harmonies of #C40601
Complementary color
Monochromatic Colors of #C40601
Black with #C40601
Text Example
Text Example
White with #C40601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40601; }
p { color: rgb(196,6,1); }
H1.HeaderClassName
{
color: #C40601;
}
.AnyTagClassName
{
color: #C40601;
}
</style>
background-color css
<style>
a { background-color: #C40601; }
a { background-color: rgb(196,6,1); }
div.DivClassName
{
background-color: #C40601;
}
.BgClassName
{
background-color: #C40601;
}
</style>
border-color css
<style>
span { border-color: #C40601; }
span { border-color: rgb(196,6,1); }
td.TdClassName
{
border-color: #C40601;
}
.TagClassName
{
border-color: #C40601;
}
</style>