Shades of Free Speech Red #C9150F
Tints of Free Speech Red #C9150F
RGB
CMYK
RGB Variations
Color information
#C9150F (or 0xC9150F) is known color: Free Speech Red. HEX triplet: C9, 15 and 0F. RGB value is (201,21,15). Sum of RGB (Red+Green+Blue) = 201+21+15=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C9150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9150F is #36EAF0. Grayscale: #4A4A4A. Windows color (decimal): -3599089 or 988617. OLE color: 988617.
HSL color Cylindrical-coordinate representation of color #C9150F: hue angle of 1.94º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9150F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.21 |
| HSL | 1.94º | 0.86% | 0.42% | - |
| HSV(B) | 1.94º | 0.93% | 0.79% | - |
| XYZ | 24.44 | 12.99 | 1.67 | - |
| YUV | 74.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 15 | 0 | 0.90 | 0.93 | 0.21 | 1.94 | 0.86 | 0.42 |
| Hex | C9 | 15 | F | 0 | 5A | 5D | 15 | 2 | 56 | 2A |
| Octal | 311 | 25 | 17 | 0 | 132 | 135 | 25 | 2 | 126 | 52 |
| Binary | 11001001 | 10101 | 1111 | 0 | 1011010 | 1011101 | 10101 | 10 | 1010110 | 101010 |
Color Harmonies of #C9150F
Complementary color
Monochromatic Colors of #C9150F
Black with #C9150F
Text Example
Text Example
White with #C9150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9150F; }
p { color: rgb(201,21,15); }
H1.HeaderClassName
{
color: #C9150F;
}
.AnyTagClassName
{
color: #C9150F;
}
</style>
background-color css
<style>
a { background-color: #C9150F; }
a { background-color: rgb(201,21,15); }
div.DivClassName
{
background-color: #C9150F;
}
.BgClassName
{
background-color: #C9150F;
}
</style>
border-color css
<style>
span { border-color: #C9150F; }
span { border-color: rgb(201,21,15); }
td.TdClassName
{
border-color: #C9150F;
}
.TagClassName
{
border-color: #C9150F;
}
</style>