Shades of Free Speech Red #C90902
Tints of Free Speech Red #C90902
RGB
CMYK
RGB Variations
Color information
#C90902 (or 0xC90902) is known color: Free Speech Red. HEX triplet: C9, 09 and 02. RGB value is (201,9,2). Sum of RGB (Red+Green+Blue) = 201+9+2=212 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.81% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 201 - color contains mainly: red. Hex color #C90902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90902 is #36F6FD. Grayscale: #414141. Windows color (decimal): -3602174 or 133577. OLE color: 133577.
HSL color Cylindrical-coordinate representation of color #C90902: hue angle of 2.11º degrees, saturation: 0.98, 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 #C90902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.21 |
| HSL | 2.11º | 0.98% | 0.4% | - |
| HSV(B) | 2.11º | 0.99% | 0.79% | - |
| XYZ | 24.2 | 12.62 | 1.22 | - |
| YUV | 65.61 | 92.11 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 2 | 0 | 0.96 | 0.99 | 0.21 | 2.11 | 0.98 | 0.4 |
| Hex | C9 | 9 | 2 | 0 | 60 | 63 | 15 | 2 | 62 | 28 |
| Octal | 311 | 11 | 2 | 0 | 140 | 143 | 25 | 2 | 142 | 50 |
| Binary | 11001001 | 1001 | 10 | 0 | 1100000 | 1100011 | 10101 | 10 | 1100010 | 101000 |
Color Harmonies of #C90902
Complementary color
Monochromatic Colors of #C90902
Black with #C90902
Text Example
Text Example
White with #C90902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90902; }
p { color: rgb(201,9,2); }
H1.HeaderClassName
{
color: #C90902;
}
.AnyTagClassName
{
color: #C90902;
}
</style>
background-color css
<style>
a { background-color: #C90902; }
a { background-color: rgb(201,9,2); }
div.DivClassName
{
background-color: #C90902;
}
.BgClassName
{
background-color: #C90902;
}
</style>
border-color css
<style>
span { border-color: #C90902; }
span { border-color: rgb(201,9,2); }
td.TdClassName
{
border-color: #C90902;
}
.TagClassName
{
border-color: #C90902;
}
</style>