Shades of Free Speech Red #C90B09
Tints of Free Speech Red #C90B09
RGB
CMYK
RGB Variations
Color information
#C90B09 (or 0xC90B09) is known color: Free Speech Red. HEX triplet: C9, 0B and 09. RGB value is (201,11,9). Sum of RGB (Red+Green+Blue) = 201+11+9=221 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.95% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90B09 is #36F4F6. Grayscale: #434343. Windows color (decimal): -3601655 or 592841. OLE color: 592841.
HSL color Cylindrical-coordinate representation of color #C90B09: hue angle of 0.62º 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 #C90B09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.21 |
| HSL | 0.63º | 0.91% | 0.41% | - |
| HSV(B) | 0.63º | 0.96% | 0.79% | - |
| XYZ | 24.26 | 12.68 | 1.43 | - |
| YUV | 67.58 | 94.95 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 9 | 0 | 0.95 | 0.96 | 0.21 | 0.63 | 0.91 | 0.41 |
| Hex | C9 | B | 9 | 0 | 5F | 60 | 15 | 1 | 5B | 29 |
| Octal | 311 | 13 | 11 | 0 | 137 | 140 | 25 | 1 | 133 | 51 |
| Binary | 11001001 | 1011 | 1001 | 0 | 1011111 | 1100000 | 10101 | 1 | 1011011 | 101001 |
Color Harmonies of #C90B09
Complementary color
Monochromatic Colors of #C90B09
Black with #C90B09
Text Example
Text Example
White with #C90B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B09; }
p { color: rgb(201,11,9); }
H1.HeaderClassName
{
color: #C90B09;
}
.AnyTagClassName
{
color: #C90B09;
}
</style>
background-color css
<style>
a { background-color: #C90B09; }
a { background-color: rgb(201,11,9); }
div.DivClassName
{
background-color: #C90B09;
}
.BgClassName
{
background-color: #C90B09;
}
</style>
border-color css
<style>
span { border-color: #C90B09; }
span { border-color: rgb(201,11,9); }
td.TdClassName
{
border-color: #C90B09;
}
.TagClassName
{
border-color: #C90B09;
}
</style>