Shades of Free Speech Red #C9180A
Tints of Free Speech Red #C9180A
RGB
CMYK
RGB Variations
Color information
#C9180A (or 0xC9180A) is known color: Free Speech Red. HEX triplet: C9, 18 and 0A. RGB value is (201,24,10). Sum of RGB (Red+Green+Blue) = 201+24+10=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C9180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9180A is #36E7F5. Grayscale: #4B4B4B. Windows color (decimal): -3598326 or 661705. OLE color: 661705.
HSL color Cylindrical-coordinate representation of color #C9180A: hue angle of 4.4º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9180A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.21 |
| HSL | 4.4º | 0.91% | 0.41% | - |
| HSV(B) | 4.4º | 0.95% | 0.79% | - |
| XYZ | 24.47 | 13.09 | 1.52 | - |
| YUV | 75.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 10 | 0 | 0.88 | 0.95 | 0.21 | 4.4 | 0.91 | 0.41 |
| Hex | C9 | 18 | A | 0 | 58 | 5F | 15 | 4 | 5B | 29 |
| Octal | 311 | 30 | 12 | 0 | 130 | 137 | 25 | 4 | 133 | 51 |
| Binary | 11001001 | 11000 | 1010 | 0 | 1011000 | 1011111 | 10101 | 100 | 1011011 | 101001 |
Color Harmonies of #C9180A
Complementary color
Monochromatic Colors of #C9180A
Black with #C9180A
Text Example
Text Example
White with #C9180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9180A; }
p { color: rgb(201,24,10); }
H1.HeaderClassName
{
color: #C9180A;
}
.AnyTagClassName
{
color: #C9180A;
}
</style>
background-color css
<style>
a { background-color: #C9180A; }
a { background-color: rgb(201,24,10); }
div.DivClassName
{
background-color: #C9180A;
}
.BgClassName
{
background-color: #C9180A;
}
</style>
border-color css
<style>
span { border-color: #C9180A; }
span { border-color: rgb(201,24,10); }
td.TdClassName
{
border-color: #C9180A;
}
.TagClassName
{
border-color: #C9180A;
}
</style>