Shades of Free Speech Red #C21503
Tints of Free Speech Red #C21503
RGB
CMYK
RGB Variations
Color information
#C21503 (or 0xC21503) is known color: Free Speech Red. HEX triplet: C2, 15 and 03. RGB value is (194,21,3). Sum of RGB (Red+Green+Blue) = 194+21+3=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C21503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21503 is #3DEAFC. Grayscale: #464646. Windows color (decimal): -4057853 or 202178. OLE color: 202178.
HSL color Cylindrical-coordinate representation of color #C21503: hue angle of 5.65º 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 #C21503 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.24 |
| HSL | 5.65º | 0.97% | 0.39% | - |
| HSV(B) | 5.65º | 0.98% | 0.76% | - |
| XYZ | 22.53 | 12.01 | 1.22 | - |
| YUV | 70.68 | 89.81 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 3 | 0 | 0.89 | 0.98 | 0.24 | 5.65 | 0.97 | 0.39 |
| Hex | C2 | 15 | 3 | 0 | 59 | 62 | 18 | 6 | 61 | 27 |
| Octal | 302 | 25 | 3 | 0 | 131 | 142 | 30 | 6 | 141 | 47 |
| Binary | 11000010 | 10101 | 11 | 0 | 1011001 | 1100010 | 11000 | 110 | 1100001 | 100111 |
Color Harmonies of #C21503
Complementary color
Monochromatic Colors of #C21503
Black with #C21503
Text Example
Text Example
White with #C21503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21503; }
p { color: rgb(194,21,3); }
H1.HeaderClassName
{
color: #C21503;
}
.AnyTagClassName
{
color: #C21503;
}
</style>
background-color css
<style>
a { background-color: #C21503; }
a { background-color: rgb(194,21,3); }
div.DivClassName
{
background-color: #C21503;
}
.BgClassName
{
background-color: #C21503;
}
</style>
border-color css
<style>
span { border-color: #C21503; }
span { border-color: rgb(194,21,3); }
td.TdClassName
{
border-color: #C21503;
}
.TagClassName
{
border-color: #C21503;
}
</style>