Shades of Free Speech Red #C91A01
Tints of Free Speech Red #C91A01
RGB
CMYK
RGB Variations
Color information
#C91A01 (or 0xC91A01) is known color: Free Speech Red. HEX triplet: C9, 1A and 01. RGB value is (201,26,1). Sum of RGB (Red+Green+Blue) = 201+26+1=228 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.16% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91A01 is #36E5FE. Grayscale: #4B4B4B. Windows color (decimal): -3597823 or 72393. OLE color: 72393.
HSL color Cylindrical-coordinate representation of color #C91A01: hue angle of 7.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C91A01 is Cyan = 0, Magento = 0.87, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 1 | - |
| CMYK | 0 | 0.87 | 1.00 | 0.21 |
| HSL | 7.5º | 0.99% | 0.4% | - |
| HSV(B) | 7.5º | 1% | 0.79% | - |
| XYZ | 24.46 | 13.16 | 1.28 | - |
| YUV | 75.48 | 85.98 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 1 | 0 | 0.87 | 1.00 | 0.21 | 7.5 | 0.99 | 0.4 |
| Hex | C9 | 1A | 1 | 0 | 57 | 64 | 15 | 8 | 63 | 28 |
| Octal | 311 | 32 | 1 | 0 | 127 | 144 | 25 | 10 | 143 | 50 |
| Binary | 11001001 | 11010 | 1 | 0 | 1010111 | 1100100 | 10101 | 1000 | 1100011 | 101000 |
Color Harmonies of #C91A01
Complementary color
Monochromatic Colors of #C91A01
Black with #C91A01
Text Example
Text Example
White with #C91A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A01; }
p { color: rgb(201,26,1); }
H1.HeaderClassName
{
color: #C91A01;
}
.AnyTagClassName
{
color: #C91A01;
}
</style>
background-color css
<style>
a { background-color: #C91A01; }
a { background-color: rgb(201,26,1); }
div.DivClassName
{
background-color: #C91A01;
}
.BgClassName
{
background-color: #C91A01;
}
</style>
border-color css
<style>
span { border-color: #C91A01; }
span { border-color: rgb(201,26,1); }
td.TdClassName
{
border-color: #C91A01;
}
.TagClassName
{
border-color: #C91A01;
}
</style>