Shades of Free Speech Red #C00903
Tints of Free Speech Red #C00903
RGB
CMYK
RGB Variations
Color information
#C00903 (or 0xC00903) is known color: Free Speech Red. HEX triplet: C0, 09 and 03. RGB value is (192,9,3). Sum of RGB (Red+Green+Blue) = 192+9+3=204 (27% of max value = 765). Red value is 192 (75.39% from 255 or 94.12% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 192 - color contains mainly: red. Hex color #C00903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00903 is #3FF6FC. Grayscale: #3F3F3F. Windows color (decimal): -4191997 or 199104. OLE color: 199104.
HSL color Cylindrical-coordinate representation of color #C00903: hue angle of 1.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00903 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.25 |
| HSL | 1.9º | 0.97% | 0.38% | - |
| HSV(B) | 1.9º | 0.98% | 0.75% | - |
| XYZ | 21.85 | 11.41 | 1.14 | - |
| YUV | 63.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 3 | 0 | 0.95 | 0.98 | 0.25 | 1.9 | 0.97 | 0.38 |
| Hex | C0 | 9 | 3 | 0 | 5F | 62 | 19 | 2 | 61 | 26 |
| Octal | 300 | 11 | 3 | 0 | 137 | 142 | 31 | 2 | 141 | 46 |
| Binary | 11000000 | 1001 | 11 | 0 | 1011111 | 1100010 | 11001 | 10 | 1100001 | 100110 |
Color Harmonies of #C00903
Complementary color
Monochromatic Colors of #C00903
Black with #C00903
Text Example
Text Example
White with #C00903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00903; }
p { color: rgb(192,9,3); }
H1.HeaderClassName
{
color: #C00903;
}
.AnyTagClassName
{
color: #C00903;
}
</style>
background-color css
<style>
a { background-color: #C00903; }
a { background-color: rgb(192,9,3); }
div.DivClassName
{
background-color: #C00903;
}
.BgClassName
{
background-color: #C00903;
}
</style>
border-color css
<style>
span { border-color: #C00903; }
span { border-color: rgb(192,9,3); }
td.TdClassName
{
border-color: #C00903;
}
.TagClassName
{
border-color: #C00903;
}
</style>