Shades of Free Speech Red #C90F00
Tints of Free Speech Red #C90F00
RGB
CMYK
RGB Variations
Color information
#C90F00 (or 0xC90F00) is known color: Free Speech Red. HEX triplet: C9, 0F and 00. RGB value is (201,15,0). Sum of RGB (Red+Green+Blue) = 201+15+0=216 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.06% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F00 is #36F0FF. Grayscale: #454545. Windows color (decimal): -3600640 or 4041. OLE color: 4041.
HSL color Cylindrical-coordinate representation of color #C90F00: hue angle of 4.48º 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 #C90F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.21 |
| HSL | 4.48º | 1% | 0.39% | - |
| HSV(B) | 4.48º | 1% | 0.79% | - |
| XYZ | 24.26 | 12.76 | 1.18 | - |
| YUV | 68.9 | 89.12 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 0 | 0 | 0.93 | 1 | 0.21 | 4.48 | 1 | 0.39 |
| Hex | C9 | F | 0 | 0 | 5D | 64 | 15 | 4 | 64 | 27 |
| Octal | 311 | 17 | 0 | 0 | 135 | 144 | 25 | 4 | 144 | 47 |
| Binary | 11001001 | 1111 | 0 | 0 | 1011101 | 1100100 | 10101 | 100 | 1100100 | 100111 |
Color Harmonies of #C90F00
Complementary color
Monochromatic Colors of #C90F00
Black with #C90F00
Text Example
Text Example
White with #C90F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F00; }
p { color: rgb(201,15,0); }
H1.HeaderClassName
{
color: #C90F00;
}
.AnyTagClassName
{
color: #C90F00;
}
</style>
background-color css
<style>
a { background-color: #C90F00; }
a { background-color: rgb(201,15,0); }
div.DivClassName
{
background-color: #C90F00;
}
.BgClassName
{
background-color: #C90F00;
}
</style>
border-color css
<style>
span { border-color: #C90F00; }
span { border-color: rgb(201,15,0); }
td.TdClassName
{
border-color: #C90F00;
}
.TagClassName
{
border-color: #C90F00;
}
</style>