Shades of Free Speech Red #C91A03
Tints of Free Speech Red #C91A03
RGB
CMYK
RGB Variations
Color information
#C91A03 (or 0xC91A03) is known color: Free Speech Red. HEX triplet: C9, 1A and 03. RGB value is (201,26,3). Sum of RGB (Red+Green+Blue) = 201+26+3=230 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.39% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91A03 is #36E5FC. Grayscale: #4B4B4B. Windows color (decimal): -3597821 or 203465. OLE color: 203465.
HSL color Cylindrical-coordinate representation of color #C91A03: hue angle of 6.97º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C91A03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.21 |
| HSL | 6.97º | 0.97% | 0.4% | - |
| HSV(B) | 6.97º | 0.99% | 0.79% | - |
| XYZ | 24.47 | 13.16 | 1.34 | - |
| YUV | 75.7 | 86.98 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 3 | 0 | 0.87 | 0.99 | 0.21 | 6.97 | 0.97 | 0.4 |
| Hex | C9 | 1A | 3 | 0 | 57 | 63 | 15 | 7 | 61 | 28 |
| Octal | 311 | 32 | 3 | 0 | 127 | 143 | 25 | 7 | 141 | 50 |
| Binary | 11001001 | 11010 | 11 | 0 | 1010111 | 1100011 | 10101 | 111 | 1100001 | 101000 |
Color Harmonies of #C91A03
Complementary color
Monochromatic Colors of #C91A03
Black with #C91A03
Text Example
Text Example
White with #C91A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A03; }
p { color: rgb(201,26,3); }
H1.HeaderClassName
{
color: #C91A03;
}
.AnyTagClassName
{
color: #C91A03;
}
</style>
background-color css
<style>
a { background-color: #C91A03; }
a { background-color: rgb(201,26,3); }
div.DivClassName
{
background-color: #C91A03;
}
.BgClassName
{
background-color: #C91A03;
}
</style>
border-color css
<style>
span { border-color: #C91A03; }
span { border-color: rgb(201,26,3); }
td.TdClassName
{
border-color: #C91A03;
}
.TagClassName
{
border-color: #C91A03;
}
</style>