Shades of Free Speech Red #C00900
Tints of Free Speech Red #C00900
RGB
CMYK
RGB Variations
Color information
#C00900 (or 0xC00900) is known color: Free Speech Red. HEX triplet: C0, 09 and 00. RGB value is (192,9,0). Sum of RGB (Red+Green+Blue) = 192+9+0=201 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.52% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 192 - color contains mainly: red. Hex color #C00900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00900 is #3FF6FF. Grayscale: #3E3E3E. Windows color (decimal): -4192000 or 2496. OLE color: 2496.
HSL color Cylindrical-coordinate representation of color #C00900: hue angle of 2.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.25 |
| HSL | 2.81º | 1% | 0.38% | - |
| HSV(B) | 2.81º | 1% | 0.75% | - |
| XYZ | 21.84 | 11.4 | 1.05 | - |
| YUV | 62.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 0 | 0 | 0.95 | 1 | 0.25 | 2.81 | 1 | 0.38 |
| Hex | C0 | 9 | 0 | 0 | 5F | 64 | 19 | 3 | 64 | 26 |
| Octal | 300 | 11 | 0 | 0 | 137 | 144 | 31 | 3 | 144 | 46 |
| Binary | 11000000 | 1001 | 0 | 0 | 1011111 | 1100100 | 11001 | 11 | 1100100 | 100110 |
Color Harmonies of #C00900
Complementary color
Monochromatic Colors of #C00900
Black with #C00900
Text Example
Text Example
White with #C00900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00900; }
p { color: rgb(192,9,0); }
H1.HeaderClassName
{
color: #C00900;
}
.AnyTagClassName
{
color: #C00900;
}
</style>
background-color css
<style>
a { background-color: #C00900; }
a { background-color: rgb(192,9,0); }
div.DivClassName
{
background-color: #C00900;
}
.BgClassName
{
background-color: #C00900;
}
</style>
border-color css
<style>
span { border-color: #C00900; }
span { border-color: rgb(192,9,0); }
td.TdClassName
{
border-color: #C00900;
}
.TagClassName
{
border-color: #C00900;
}
</style>