Shades of Free Speech Red #C21907
Tints of Free Speech Red #C21907
RGB
CMYK
RGB Variations
Color information
#C21907 (or 0xC21907) is known color: Free Speech Red. HEX triplet: C2, 19 and 07. RGB value is (194,25,7). Sum of RGB (Red+Green+Blue) = 194+25+7=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C21907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21907 is #3DE6F8. Grayscale: #494949. Windows color (decimal): -4056825 or 465346. OLE color: 465346.
HSL color Cylindrical-coordinate representation of color #C21907: hue angle of 5.78º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C21907 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 7 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.24 |
| HSL | 5.78º | 0.93% | 0.39% | - |
| HSV(B) | 5.78º | 0.96% | 0.76% | - |
| XYZ | 22.63 | 12.18 | 1.36 | - |
| YUV | 73.48 | 90.49 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 7 | 0 | 0.87 | 0.96 | 0.24 | 5.78 | 0.93 | 0.39 |
| Hex | C2 | 19 | 7 | 0 | 57 | 60 | 18 | 6 | 5D | 27 |
| Octal | 302 | 31 | 7 | 0 | 127 | 140 | 30 | 6 | 135 | 47 |
| Binary | 11000010 | 11001 | 111 | 0 | 1010111 | 1100000 | 11000 | 110 | 1011101 | 100111 |
Color Harmonies of #C21907
Complementary color
Monochromatic Colors of #C21907
Black with #C21907
Text Example
Text Example
White with #C21907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21907; }
p { color: rgb(194,25,7); }
H1.HeaderClassName
{
color: #C21907;
}
.AnyTagClassName
{
color: #C21907;
}
</style>
background-color css
<style>
a { background-color: #C21907; }
a { background-color: rgb(194,25,7); }
div.DivClassName
{
background-color: #C21907;
}
.BgClassName
{
background-color: #C21907;
}
</style>
border-color css
<style>
span { border-color: #C21907; }
span { border-color: rgb(194,25,7); }
td.TdClassName
{
border-color: #C21907;
}
.TagClassName
{
border-color: #C21907;
}
</style>