Shades of Free Speech Red #C91A05
Tints of Free Speech Red #C91A05
RGB
CMYK
RGB Variations
Color information
#C91A05 (or 0xC91A05) is known color: Free Speech Red. HEX triplet: C9, 1A and 05. RGB value is (201,26,5). Sum of RGB (Red+Green+Blue) = 201+26+5=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91A05 is #36E5FA. Grayscale: #4C4C4C. Windows color (decimal): -3597819 or 334537. OLE color: 334537.
HSL color Cylindrical-coordinate representation of color #C91A05: hue angle of 6.43º 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 #C91A05 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.21 |
| HSL | 6.43º | 0.95% | 0.4% | - |
| HSV(B) | 6.43º | 0.98% | 0.79% | - |
| XYZ | 24.48 | 13.17 | 1.39 | - |
| YUV | 75.93 | 87.98 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 5 | 0 | 0.87 | 0.98 | 0.21 | 6.43 | 0.95 | 0.4 |
| Hex | C9 | 1A | 5 | 0 | 57 | 62 | 15 | 6 | 5F | 28 |
| Octal | 311 | 32 | 5 | 0 | 127 | 142 | 25 | 6 | 137 | 50 |
| Binary | 11001001 | 11010 | 101 | 0 | 1010111 | 1100010 | 10101 | 110 | 1011111 | 101000 |
Color Harmonies of #C91A05
Complementary color
Monochromatic Colors of #C91A05
Black with #C91A05
Text Example
Text Example
White with #C91A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A05; }
p { color: rgb(201,26,5); }
H1.HeaderClassName
{
color: #C91A05;
}
.AnyTagClassName
{
color: #C91A05;
}
</style>
background-color css
<style>
a { background-color: #C91A05; }
a { background-color: rgb(201,26,5); }
div.DivClassName
{
background-color: #C91A05;
}
.BgClassName
{
background-color: #C91A05;
}
</style>
border-color css
<style>
span { border-color: #C91A05; }
span { border-color: rgb(201,26,5); }
td.TdClassName
{
border-color: #C91A05;
}
.TagClassName
{
border-color: #C91A05;
}
</style>