Shades of Free Speech Red #C91400
Tints of Free Speech Red #C91400
RGB
CMYK
RGB Variations
Color information
#C91400 (or 0xC91400) is known color: Free Speech Red. HEX triplet: C9, 14 and 00. RGB value is (201,20,0). Sum of RGB (Red+Green+Blue) = 201+20+0=221 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.95% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 201 - color contains mainly: red. Hex color #C91400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91400 is #36EBFF. Grayscale: #484848. Windows color (decimal): -3599360 or 5321. OLE color: 5321.
HSL color Cylindrical-coordinate representation of color #C91400: hue angle of 5.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C91400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.21 |
| HSL | 5.97º | 1% | 0.39% | - |
| HSV(B) | 5.97º | 1% | 0.79% | - |
| XYZ | 24.34 | 12.92 | 1.21 | - |
| YUV | 71.84 | 87.47 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 0 | 0 | 0.90 | 1 | 0.21 | 5.97 | 1 | 0.39 |
| Hex | C9 | 14 | 0 | 0 | 5A | 64 | 15 | 6 | 64 | 27 |
| Octal | 311 | 24 | 0 | 0 | 132 | 144 | 25 | 6 | 144 | 47 |
| Binary | 11001001 | 10100 | 0 | 0 | 1011010 | 1100100 | 10101 | 110 | 1100100 | 100111 |
Color Harmonies of #C91400
Complementary color
Monochromatic Colors of #C91400
Black with #C91400
Text Example
Text Example
White with #C91400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91400; }
p { color: rgb(201,20,0); }
H1.HeaderClassName
{
color: #C91400;
}
.AnyTagClassName
{
color: #C91400;
}
</style>
background-color css
<style>
a { background-color: #C91400; }
a { background-color: rgb(201,20,0); }
div.DivClassName
{
background-color: #C91400;
}
.BgClassName
{
background-color: #C91400;
}
</style>
border-color css
<style>
span { border-color: #C91400; }
span { border-color: rgb(201,20,0); }
td.TdClassName
{
border-color: #C91400;
}
.TagClassName
{
border-color: #C91400;
}
</style>