Shades of Free Speech Red #C90B0A
Tints of Free Speech Red #C90B0A
RGB
CMYK
RGB Variations
Color information
#C90B0A (or 0xC90B0A) is known color: Free Speech Red. HEX triplet: C9, 0B and 0A. RGB value is (201,11,10). Sum of RGB (Red+Green+Blue) = 201+11+10=222 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.54% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90B0A is #36F4F5. Grayscale: #434343. Windows color (decimal): -3601654 or 658377. OLE color: 658377.
HSL color Cylindrical-coordinate representation of color #C90B0A: hue angle of 0.31º 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 #C90B0A is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 10 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.21 |
| HSL | 0.31º | 0.91% | 0.41% | - |
| HSV(B) | 0.31º | 0.95% | 0.79% | - |
| XYZ | 24.26 | 12.68 | 1.46 | - |
| YUV | 67.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 10 | 0 | 0.95 | 0.95 | 0.21 | 0.31 | 0.91 | 0.41 |
| Hex | C9 | B | A | 0 | 5F | 5F | 15 | 0 | 5B | 29 |
| Octal | 311 | 13 | 12 | 0 | 137 | 137 | 25 | 0 | 133 | 51 |
| Binary | 11001001 | 1011 | 1010 | 0 | 1011111 | 1011111 | 10101 | 0 | 1011011 | 101001 |
Color Harmonies of #C90B0A
Complementary color
Monochromatic Colors of #C90B0A
Black with #C90B0A
Text Example
Text Example
White with #C90B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B0A; }
p { color: rgb(201,11,10); }
H1.HeaderClassName
{
color: #C90B0A;
}
.AnyTagClassName
{
color: #C90B0A;
}
</style>
background-color css
<style>
a { background-color: #C90B0A; }
a { background-color: rgb(201,11,10); }
div.DivClassName
{
background-color: #C90B0A;
}
.BgClassName
{
background-color: #C90B0A;
}
</style>
border-color css
<style>
span { border-color: #C90B0A; }
span { border-color: rgb(201,11,10); }
td.TdClassName
{
border-color: #C90B0A;
}
.TagClassName
{
border-color: #C90B0A;
}
</style>