Shades of Free Speech Red #C40901
Tints of Free Speech Red #C40901
RGB
CMYK
RGB Variations
Color information
#C40901 (or 0xC40901) is known color: Free Speech Red. HEX triplet: C4, 09 and 01. RGB value is (196,9,1). Sum of RGB (Red+Green+Blue) = 196+9+1=206 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.15% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 196 - color contains mainly: red. Hex color #C40901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40901 is #3BF6FE. Grayscale: #404040. Windows color (decimal): -3929855 or 68036. OLE color: 68036.
HSL color Cylindrical-coordinate representation of color #C40901: hue angle of 2.46º 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 #C40901 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.23 |
| HSL | 2.46º | 0.99% | 0.39% | - |
| HSV(B) | 2.46º | 0.99% | 0.77% | - |
| XYZ | 22.87 | 11.93 | 1.13 | - |
| YUV | 64 | 92.45 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 1 | 0 | 0.95 | 0.99 | 0.23 | 2.46 | 0.99 | 0.39 |
| Hex | C4 | 9 | 1 | 0 | 5F | 63 | 17 | 2 | 63 | 27 |
| Octal | 304 | 11 | 1 | 0 | 137 | 143 | 27 | 2 | 143 | 47 |
| Binary | 11000100 | 1001 | 1 | 0 | 1011111 | 1100011 | 10111 | 10 | 1100011 | 100111 |
Color Harmonies of #C40901
Complementary color
Monochromatic Colors of #C40901
Black with #C40901
Text Example
Text Example
White with #C40901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40901; }
p { color: rgb(196,9,1); }
H1.HeaderClassName
{
color: #C40901;
}
.AnyTagClassName
{
color: #C40901;
}
</style>
background-color css
<style>
a { background-color: #C40901; }
a { background-color: rgb(196,9,1); }
div.DivClassName
{
background-color: #C40901;
}
.BgClassName
{
background-color: #C40901;
}
</style>
border-color css
<style>
span { border-color: #C40901; }
span { border-color: rgb(196,9,1); }
td.TdClassName
{
border-color: #C40901;
}
.TagClassName
{
border-color: #C40901;
}
</style>