Shades of Free Speech Red #C21A01
Tints of Free Speech Red #C21A01
RGB
CMYK
RGB Variations
Color information
#C21A01 (or 0xC21A01) is known color: Free Speech Red. HEX triplet: C2, 1A and 01. RGB value is (194,26,1). Sum of RGB (Red+Green+Blue) = 194+26+1=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A01 is #3DE5FE. Grayscale: #494949. Windows color (decimal): -4056575 or 72386. OLE color: 72386.
HSL color Cylindrical-coordinate representation of color #C21A01: hue angle of 7.77º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C21A01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.24 |
| HSL | 7.77º | 0.99% | 0.38% | - |
| HSV(B) | 7.77º | 0.99% | 0.76% | - |
| XYZ | 22.62 | 12.21 | 1.19 | - |
| YUV | 73.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 1 | 0 | 0.87 | 0.99 | 0.24 | 7.77 | 0.99 | 0.38 |
| Hex | C2 | 1A | 1 | 0 | 57 | 63 | 18 | 8 | 63 | 26 |
| Octal | 302 | 32 | 1 | 0 | 127 | 143 | 30 | 10 | 143 | 46 |
| Binary | 11000010 | 11010 | 1 | 0 | 1010111 | 1100011 | 11000 | 1000 | 1100011 | 100110 |
Color Harmonies of #C21A01
Complementary color
Monochromatic Colors of #C21A01
Black with #C21A01
Text Example
Text Example
White with #C21A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A01; }
p { color: rgb(194,26,1); }
H1.HeaderClassName
{
color: #C21A01;
}
.AnyTagClassName
{
color: #C21A01;
}
</style>
background-color css
<style>
a { background-color: #C21A01; }
a { background-color: rgb(194,26,1); }
div.DivClassName
{
background-color: #C21A01;
}
.BgClassName
{
background-color: #C21A01;
}
</style>
border-color css
<style>
span { border-color: #C21A01; }
span { border-color: rgb(194,26,1); }
td.TdClassName
{
border-color: #C21A01;
}
.TagClassName
{
border-color: #C21A01;
}
</style>