Shades of Free Speech Red #C91205
Tints of Free Speech Red #C91205
RGB
CMYK
RGB Variations
Color information
#C91205 (or 0xC91205) is known color: Free Speech Red. HEX triplet: C9, 12 and 05. RGB value is (201,18,5). Sum of RGB (Red+Green+Blue) = 201+18+5=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C91205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91205 is #36EDFA. Grayscale: #474747. Windows color (decimal): -3599867 or 332489. OLE color: 332489.
HSL color Cylindrical-coordinate representation of color #C91205: hue angle of 3.98º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C91205 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.21 |
| HSL | 3.98º | 0.95% | 0.4% | - |
| HSV(B) | 3.98º | 0.98% | 0.79% | - |
| XYZ | 24.33 | 12.86 | 1.34 | - |
| YUV | 71.24 | 90.63 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 5 | 0 | 0.91 | 0.98 | 0.21 | 3.98 | 0.95 | 0.4 |
| Hex | C9 | 12 | 5 | 0 | 5B | 62 | 15 | 4 | 5F | 28 |
| Octal | 311 | 22 | 5 | 0 | 133 | 142 | 25 | 4 | 137 | 50 |
| Binary | 11001001 | 10010 | 101 | 0 | 1011011 | 1100010 | 10101 | 100 | 1011111 | 101000 |
Color Harmonies of #C91205
Complementary color
Monochromatic Colors of #C91205
Black with #C91205
Text Example
Text Example
White with #C91205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91205; }
p { color: rgb(201,18,5); }
H1.HeaderClassName
{
color: #C91205;
}
.AnyTagClassName
{
color: #C91205;
}
</style>
background-color css
<style>
a { background-color: #C91205; }
a { background-color: rgb(201,18,5); }
div.DivClassName
{
background-color: #C91205;
}
.BgClassName
{
background-color: #C91205;
}
</style>
border-color css
<style>
span { border-color: #C91205; }
span { border-color: rgb(201,18,5); }
td.TdClassName
{
border-color: #C91205;
}
.TagClassName
{
border-color: #C91205;
}
</style>