Shades of Free Speech Red #C41501
Tints of Free Speech Red #C41501
RGB
CMYK
RGB Variations
Color information
#C41501 (or 0xC41501) is known color: Free Speech Red. HEX triplet: C4, 15 and 01. RGB value is (196,21,1). Sum of RGB (Red+Green+Blue) = 196+21+1=218 (28% of max value = 765). Red value is 196 (76.95% from 255 or 89.91% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 196 - color contains mainly: red. Hex color #C41501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41501 is #3BEAFE. Grayscale: #474747. Windows color (decimal): -3926783 or 71108. OLE color: 71108.
HSL color Cylindrical-coordinate representation of color #C41501: hue angle of 6.15º 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 #C41501 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.23 |
| HSL | 6.15º | 0.99% | 0.39% | - |
| HSV(B) | 6.15º | 0.99% | 0.77% | - |
| XYZ | 23.04 | 12.27 | 1.18 | - |
| YUV | 71.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 1 | 0 | 0.89 | 0.99 | 0.23 | 6.15 | 0.99 | 0.39 |
| Hex | C4 | 15 | 1 | 0 | 59 | 63 | 17 | 6 | 63 | 27 |
| Octal | 304 | 25 | 1 | 0 | 131 | 143 | 27 | 6 | 143 | 47 |
| Binary | 11000100 | 10101 | 1 | 0 | 1011001 | 1100011 | 10111 | 110 | 1100011 | 100111 |
Color Harmonies of #C41501
Complementary color
Monochromatic Colors of #C41501
Black with #C41501
Text Example
Text Example
White with #C41501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41501; }
p { color: rgb(196,21,1); }
H1.HeaderClassName
{
color: #C41501;
}
.AnyTagClassName
{
color: #C41501;
}
</style>
background-color css
<style>
a { background-color: #C41501; }
a { background-color: rgb(196,21,1); }
div.DivClassName
{
background-color: #C41501;
}
.BgClassName
{
background-color: #C41501;
}
</style>
border-color css
<style>
span { border-color: #C41501; }
span { border-color: rgb(196,21,1); }
td.TdClassName
{
border-color: #C41501;
}
.TagClassName
{
border-color: #C41501;
}
</style>