Shades of Free Speech Red #C31203
Tints of Free Speech Red #C31203
RGB
CMYK
RGB Variations
Color information
#C31203 (or 0xC31203) is known color: Free Speech Red. HEX triplet: C3, 12 and 03. RGB value is (195,18,3). Sum of RGB (Red+Green+Blue) = 195+18+3=216 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.28% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 195 - color contains mainly: red. Hex color #C31203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31203 is #3CEDFC. Grayscale: #454545. Windows color (decimal): -3993085 or 201411. OLE color: 201411.
HSL color Cylindrical-coordinate representation of color #C31203: hue angle of 4.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C31203 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.24 |
| HSL | 4.69º | 0.97% | 0.39% | - |
| HSV(B) | 4.69º | 0.98% | 0.76% | - |
| XYZ | 22.74 | 12.04 | 1.21 | - |
| YUV | 69.21 | 90.64 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 3 | 0 | 0.91 | 0.98 | 0.24 | 4.69 | 0.97 | 0.39 |
| Hex | C3 | 12 | 3 | 0 | 5B | 62 | 18 | 5 | 61 | 27 |
| Octal | 303 | 22 | 3 | 0 | 133 | 142 | 30 | 5 | 141 | 47 |
| Binary | 11000011 | 10010 | 11 | 0 | 1011011 | 1100010 | 11000 | 101 | 1100001 | 100111 |
Color Harmonies of #C31203
Complementary color
Monochromatic Colors of #C31203
Black with #C31203
Text Example
Text Example
White with #C31203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31203; }
p { color: rgb(195,18,3); }
H1.HeaderClassName
{
color: #C31203;
}
.AnyTagClassName
{
color: #C31203;
}
</style>
background-color css
<style>
a { background-color: #C31203; }
a { background-color: rgb(195,18,3); }
div.DivClassName
{
background-color: #C31203;
}
.BgClassName
{
background-color: #C31203;
}
</style>
border-color css
<style>
span { border-color: #C31203; }
span { border-color: rgb(195,18,3); }
td.TdClassName
{
border-color: #C31203;
}
.TagClassName
{
border-color: #C31203;
}
</style>