Shades of Free Speech Red #C21703
Tints of Free Speech Red #C21703
RGB
CMYK
RGB Variations
Color information
#C21703 (or 0xC21703) is known color: Free Speech Red. HEX triplet: C2, 17 and 03. RGB value is (194,23,3). Sum of RGB (Red+Green+Blue) = 194+23+3=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C21703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21703 is #3DE8FC. Grayscale: #484848. Windows color (decimal): -4057341 or 202690. OLE color: 202690.
HSL color Cylindrical-coordinate representation of color #C21703: hue angle of 6.28º 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 #C21703 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 3 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.24 |
| HSL | 6.28º | 0.97% | 0.39% | - |
| HSV(B) | 6.28º | 0.98% | 0.76% | - |
| XYZ | 22.57 | 12.09 | 1.23 | - |
| YUV | 71.85 | 89.15 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 3 | 0 | 0.88 | 0.98 | 0.24 | 6.28 | 0.97 | 0.39 |
| Hex | C2 | 17 | 3 | 0 | 58 | 62 | 18 | 6 | 61 | 27 |
| Octal | 302 | 27 | 3 | 0 | 130 | 142 | 30 | 6 | 141 | 47 |
| Binary | 11000010 | 10111 | 11 | 0 | 1011000 | 1100010 | 11000 | 110 | 1100001 | 100111 |
Color Harmonies of #C21703
Complementary color
Monochromatic Colors of #C21703
Black with #C21703
Text Example
Text Example
White with #C21703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21703; }
p { color: rgb(194,23,3); }
H1.HeaderClassName
{
color: #C21703;
}
.AnyTagClassName
{
color: #C21703;
}
</style>
background-color css
<style>
a { background-color: #C21703; }
a { background-color: rgb(194,23,3); }
div.DivClassName
{
background-color: #C21703;
}
.BgClassName
{
background-color: #C21703;
}
</style>
border-color css
<style>
span { border-color: #C21703; }
span { border-color: rgb(194,23,3); }
td.TdClassName
{
border-color: #C21703;
}
.TagClassName
{
border-color: #C21703;
}
</style>