Shades of Free Speech Red #C21501
Tints of Free Speech Red #C21501
RGB
CMYK
RGB Variations
Color information
#C21501 (or 0xC21501) is known color: Free Speech Red. HEX triplet: C2, 15 and 01. RGB value is (194,21,1). Sum of RGB (Red+Green+Blue) = 194+21+1=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C21501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21501 is #3DEAFE. Grayscale: #464646. Windows color (decimal): -4057855 or 71106. OLE color: 71106.
HSL color Cylindrical-coordinate representation of color #C21501: hue angle of 6.22º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C21501 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.24 |
| HSL | 6.22º | 0.99% | 0.38% | - |
| HSV(B) | 6.22º | 0.99% | 0.76% | - |
| XYZ | 22.52 | 12.01 | 1.16 | - |
| YUV | 70.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 1 | 0 | 0.89 | 0.99 | 0.24 | 6.22 | 0.99 | 0.38 |
| Hex | C2 | 15 | 1 | 0 | 59 | 63 | 18 | 6 | 63 | 26 |
| Octal | 302 | 25 | 1 | 0 | 131 | 143 | 30 | 6 | 143 | 46 |
| Binary | 11000010 | 10101 | 1 | 0 | 1011001 | 1100011 | 11000 | 110 | 1100011 | 100110 |
Color Harmonies of #C21501
Complementary color
Monochromatic Colors of #C21501
Black with #C21501
Text Example
Text Example
White with #C21501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21501; }
p { color: rgb(194,21,1); }
H1.HeaderClassName
{
color: #C21501;
}
.AnyTagClassName
{
color: #C21501;
}
</style>
background-color css
<style>
a { background-color: #C21501; }
a { background-color: rgb(194,21,1); }
div.DivClassName
{
background-color: #C21501;
}
.BgClassName
{
background-color: #C21501;
}
</style>
border-color css
<style>
span { border-color: #C21501; }
span { border-color: rgb(194,21,1); }
td.TdClassName
{
border-color: #C21501;
}
.TagClassName
{
border-color: #C21501;
}
</style>