Shades of Free Speech Red #C91509
Tints of Free Speech Red #C91509
RGB
CMYK
RGB Variations
Color information
#C91509 (or 0xC91509) is known color: Free Speech Red. HEX triplet: C9, 15 and 09. RGB value is (201,21,9). Sum of RGB (Red+Green+Blue) = 201+21+9=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C91509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91509 is #36EAF6. Grayscale: #494949. Windows color (decimal): -3599095 or 595401. OLE color: 595401.
HSL color Cylindrical-coordinate representation of color #C91509: hue angle of 3.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C91509 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.21 |
| HSL | 3.75º | 0.91% | 0.41% | - |
| HSV(B) | 3.75º | 0.96% | 0.79% | - |
| XYZ | 24.4 | 12.97 | 1.48 | - |
| YUV | 73.45 | 91.63 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 9 | 0 | 0.90 | 0.96 | 0.21 | 3.75 | 0.91 | 0.41 |
| Hex | C9 | 15 | 9 | 0 | 5A | 60 | 15 | 4 | 5B | 29 |
| Octal | 311 | 25 | 11 | 0 | 132 | 140 | 25 | 4 | 133 | 51 |
| Binary | 11001001 | 10101 | 1001 | 0 | 1011010 | 1100000 | 10101 | 100 | 1011011 | 101001 |
Color Harmonies of #C91509
Complementary color
Monochromatic Colors of #C91509
Black with #C91509
Text Example
Text Example
White with #C91509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91509; }
p { color: rgb(201,21,9); }
H1.HeaderClassName
{
color: #C91509;
}
.AnyTagClassName
{
color: #C91509;
}
</style>
background-color css
<style>
a { background-color: #C91509; }
a { background-color: rgb(201,21,9); }
div.DivClassName
{
background-color: #C91509;
}
.BgClassName
{
background-color: #C91509;
}
</style>
border-color css
<style>
span { border-color: #C91509; }
span { border-color: rgb(201,21,9); }
td.TdClassName
{
border-color: #C91509;
}
.TagClassName
{
border-color: #C91509;
}
</style>