Shades of Free Speech Red #C21504
Tints of Free Speech Red #C21504
RGB
CMYK
RGB Variations
Color information
#C21504 (or 0xC21504) is known color: Free Speech Red. HEX triplet: C2, 15 and 04. RGB value is (194,21,4). Sum of RGB (Red+Green+Blue) = 194+21+4=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C21504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21504 is #3DEAFB. Grayscale: #474747. Windows color (decimal): -4057852 or 267714. OLE color: 267714.
HSL color Cylindrical-coordinate representation of color #C21504: hue angle of 5.37º degrees, saturation: 0.96, 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 #C21504 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.24 |
| HSL | 5.37º | 0.96% | 0.39% | - |
| HSV(B) | 5.37º | 0.98% | 0.76% | - |
| XYZ | 22.54 | 12.01 | 1.25 | - |
| YUV | 70.79 | 90.31 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 4 | 0 | 0.89 | 0.98 | 0.24 | 5.37 | 0.96 | 0.39 |
| Hex | C2 | 15 | 4 | 0 | 59 | 62 | 18 | 5 | 60 | 27 |
| Octal | 302 | 25 | 4 | 0 | 131 | 142 | 30 | 5 | 140 | 47 |
| Binary | 11000010 | 10101 | 100 | 0 | 1011001 | 1100010 | 11000 | 101 | 1100000 | 100111 |
Color Harmonies of #C21504
Complementary color
Monochromatic Colors of #C21504
Black with #C21504
Text Example
Text Example
White with #C21504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21504; }
p { color: rgb(194,21,4); }
H1.HeaderClassName
{
color: #C21504;
}
.AnyTagClassName
{
color: #C21504;
}
</style>
background-color css
<style>
a { background-color: #C21504; }
a { background-color: rgb(194,21,4); }
div.DivClassName
{
background-color: #C21504;
}
.BgClassName
{
background-color: #C21504;
}
</style>
border-color css
<style>
span { border-color: #C21504; }
span { border-color: rgb(194,21,4); }
td.TdClassName
{
border-color: #C21504;
}
.TagClassName
{
border-color: #C21504;
}
</style>