Shades of Free Speech Red #C90C00
Tints of Free Speech Red #C90C00
RGB
CMYK
RGB Variations
Color information
#C90C00 (or 0xC90C00) is known color: Free Speech Red. HEX triplet: C9, 0C and 00. RGB value is (201,12,0). Sum of RGB (Red+Green+Blue) = 201+12+0=213 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.37% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90C00 is #36F3FF. Grayscale: #434343. Windows color (decimal): -3601408 or 3273. OLE color: 3273.
HSL color Cylindrical-coordinate representation of color #C90C00: hue angle of 3.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.21 |
| HSL | 3.58º | 1% | 0.39% | - |
| HSV(B) | 3.58º | 1% | 0.79% | - |
| XYZ | 24.22 | 12.68 | 1.17 | - |
| YUV | 67.14 | 90.12 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 0 | 0 | 0.94 | 1 | 0.21 | 3.58 | 1 | 0.39 |
| Hex | C9 | C | 0 | 0 | 5E | 64 | 15 | 4 | 64 | 27 |
| Octal | 311 | 14 | 0 | 0 | 136 | 144 | 25 | 4 | 144 | 47 |
| Binary | 11001001 | 1100 | 0 | 0 | 1011110 | 1100100 | 10101 | 100 | 1100100 | 100111 |
Color Harmonies of #C90C00
Complementary color
Monochromatic Colors of #C90C00
Black with #C90C00
Text Example
Text Example
White with #C90C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C00; }
p { color: rgb(201,12,0); }
H1.HeaderClassName
{
color: #C90C00;
}
.AnyTagClassName
{
color: #C90C00;
}
</style>
background-color css
<style>
a { background-color: #C90C00; }
a { background-color: rgb(201,12,0); }
div.DivClassName
{
background-color: #C90C00;
}
.BgClassName
{
background-color: #C90C00;
}
</style>
border-color css
<style>
span { border-color: #C90C00; }
span { border-color: rgb(201,12,0); }
td.TdClassName
{
border-color: #C90C00;
}
.TagClassName
{
border-color: #C90C00;
}
</style>