Shades of Free Speech Red #C91203
Tints of Free Speech Red #C91203
RGB
CMYK
RGB Variations
Color information
#C91203 (or 0xC91203) is known color: Free Speech Red. HEX triplet: C9, 12 and 03. RGB value is (201,18,3). Sum of RGB (Red+Green+Blue) = 201+18+3=222 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.54% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 201 - color contains mainly: red. Hex color #C91203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91203 is #36EDFC. Grayscale: #474747. Windows color (decimal): -3599869 or 201417. OLE color: 201417.
HSL color Cylindrical-coordinate representation of color #C91203: hue angle of 4.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C91203 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.21 |
| HSL | 4.55º | 0.97% | 0.4% | - |
| HSV(B) | 4.55º | 0.99% | 0.79% | - |
| XYZ | 24.32 | 12.86 | 1.29 | - |
| YUV | 71.01 | 89.63 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 3 | 0 | 0.91 | 0.99 | 0.21 | 4.55 | 0.97 | 0.4 |
| Hex | C9 | 12 | 3 | 0 | 5B | 63 | 15 | 5 | 61 | 28 |
| Octal | 311 | 22 | 3 | 0 | 133 | 143 | 25 | 5 | 141 | 50 |
| Binary | 11001001 | 10010 | 11 | 0 | 1011011 | 1100011 | 10101 | 101 | 1100001 | 101000 |
Color Harmonies of #C91203
Complementary color
Monochromatic Colors of #C91203
Black with #C91203
Text Example
Text Example
White with #C91203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91203; }
p { color: rgb(201,18,3); }
H1.HeaderClassName
{
color: #C91203;
}
.AnyTagClassName
{
color: #C91203;
}
</style>
background-color css
<style>
a { background-color: #C91203; }
a { background-color: rgb(201,18,3); }
div.DivClassName
{
background-color: #C91203;
}
.BgClassName
{
background-color: #C91203;
}
</style>
border-color css
<style>
span { border-color: #C91203; }
span { border-color: rgb(201,18,3); }
td.TdClassName
{
border-color: #C91203;
}
.TagClassName
{
border-color: #C91203;
}
</style>