Shades of Free Speech Red #C21700
Tints of Free Speech Red #C21700
RGB
CMYK
RGB Variations
Color information
#C21700 (or 0xC21700) is known color: Free Speech Red. HEX triplet: C2, 17 and 00. RGB value is (194,23,0). Sum of RGB (Red+Green+Blue) = 194+23+0=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C21700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21700 is #3DE8FF. Grayscale: #474747. Windows color (decimal): -4057344 or 6082. OLE color: 6082.
HSL color Cylindrical-coordinate representation of color #C21700: hue angle of 7.11º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C21700 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.24 |
| HSL | 7.11º | 1% | 0.38% | - |
| HSV(B) | 7.11º | 1% | 0.76% | - |
| XYZ | 22.55 | 12.08 | 1.14 | - |
| YUV | 71.51 | 87.65 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 0 | 0 | 0.88 | 1 | 0.24 | 7.11 | 1 | 0.38 |
| Hex | C2 | 17 | 0 | 0 | 58 | 64 | 18 | 7 | 64 | 26 |
| Octal | 302 | 27 | 0 | 0 | 130 | 144 | 30 | 7 | 144 | 46 |
| Binary | 11000010 | 10111 | 0 | 0 | 1011000 | 1100100 | 11000 | 111 | 1100100 | 100110 |
Color Harmonies of #C21700
Complementary color
Monochromatic Colors of #C21700
Black with #C21700
Text Example
Text Example
White with #C21700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21700; }
p { color: rgb(194,23,0); }
H1.HeaderClassName
{
color: #C21700;
}
.AnyTagClassName
{
color: #C21700;
}
</style>
background-color css
<style>
a { background-color: #C21700; }
a { background-color: rgb(194,23,0); }
div.DivClassName
{
background-color: #C21700;
}
.BgClassName
{
background-color: #C21700;
}
</style>
border-color css
<style>
span { border-color: #C21700; }
span { border-color: rgb(194,23,0); }
td.TdClassName
{
border-color: #C21700;
}
.TagClassName
{
border-color: #C21700;
}
</style>