Shades of Free Speech Red #C90B06
Tints of Free Speech Red #C90B06
RGB
CMYK
RGB Variations
Color information
#C90B06 (or 0xC90B06) is known color: Free Speech Red. HEX triplet: C9, 0B and 06. RGB value is (201,11,6). Sum of RGB (Red+Green+Blue) = 201+11+6=218 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.20% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90B06 is #36F4F9. Grayscale: #434343. Windows color (decimal): -3601658 or 396233. OLE color: 396233.
HSL color Cylindrical-coordinate representation of color #C90B06: hue angle of 1.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90B06 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 6 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.21 |
| HSL | 1.54º | 0.94% | 0.41% | - |
| HSV(B) | 1.54º | 0.97% | 0.79% | - |
| XYZ | 24.24 | 12.67 | 1.34 | - |
| YUV | 67.24 | 93.45 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 6 | 0 | 0.95 | 0.97 | 0.21 | 1.54 | 0.94 | 0.41 |
| Hex | C9 | B | 6 | 0 | 5F | 61 | 15 | 2 | 5E | 29 |
| Octal | 311 | 13 | 6 | 0 | 137 | 141 | 25 | 2 | 136 | 51 |
| Binary | 11001001 | 1011 | 110 | 0 | 1011111 | 1100001 | 10101 | 10 | 1011110 | 101001 |
Color Harmonies of #C90B06
Complementary color
Monochromatic Colors of #C90B06
Black with #C90B06
Text Example
Text Example
White with #C90B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B06; }
p { color: rgb(201,11,6); }
H1.HeaderClassName
{
color: #C90B06;
}
.AnyTagClassName
{
color: #C90B06;
}
</style>
background-color css
<style>
a { background-color: #C90B06; }
a { background-color: rgb(201,11,6); }
div.DivClassName
{
background-color: #C90B06;
}
.BgClassName
{
background-color: #C90B06;
}
</style>
border-color css
<style>
span { border-color: #C90B06; }
span { border-color: rgb(201,11,6); }
td.TdClassName
{
border-color: #C90B06;
}
.TagClassName
{
border-color: #C90B06;
}
</style>