Shades of Free Speech Red #C21A03
Tints of Free Speech Red #C21A03
RGB
CMYK
RGB Variations
Color information
#C21A03 (or 0xC21A03) is known color: Free Speech Red. HEX triplet: C2, 1A and 03. RGB value is (194,26,3). Sum of RGB (Red+Green+Blue) = 194+26+3=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A03 is #3DE5FC. Grayscale: #494949. Windows color (decimal): -4056573 or 203458. OLE color: 203458.
HSL color Cylindrical-coordinate representation of color #C21A03: hue angle of 7.23º 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 #C21A03 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 3 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.24 |
| HSL | 7.23º | 0.97% | 0.39% | - |
| HSV(B) | 7.23º | 0.98% | 0.76% | - |
| XYZ | 22.63 | 12.21 | 1.25 | - |
| YUV | 73.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 3 | 0 | 0.87 | 0.98 | 0.24 | 7.23 | 0.97 | 0.39 |
| Hex | C2 | 1A | 3 | 0 | 57 | 62 | 18 | 7 | 61 | 27 |
| Octal | 302 | 32 | 3 | 0 | 127 | 142 | 30 | 7 | 141 | 47 |
| Binary | 11000010 | 11010 | 11 | 0 | 1010111 | 1100010 | 11000 | 111 | 1100001 | 100111 |
Color Harmonies of #C21A03
Complementary color
Monochromatic Colors of #C21A03
Black with #C21A03
Text Example
Text Example
White with #C21A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A03; }
p { color: rgb(194,26,3); }
H1.HeaderClassName
{
color: #C21A03;
}
.AnyTagClassName
{
color: #C21A03;
}
</style>
background-color css
<style>
a { background-color: #C21A03; }
a { background-color: rgb(194,26,3); }
div.DivClassName
{
background-color: #C21A03;
}
.BgClassName
{
background-color: #C21A03;
}
</style>
border-color css
<style>
span { border-color: #C21A03; }
span { border-color: rgb(194,26,3); }
td.TdClassName
{
border-color: #C21A03;
}
.TagClassName
{
border-color: #C21A03;
}
</style>