Shades of Free Speech Red #C21A02
Tints of Free Speech Red #C21A02
RGB
CMYK
RGB Variations
Color information
#C21A02 (or 0xC21A02) is known color: Free Speech Red. HEX triplet: C2, 1A and 02. RGB value is (194,26,2). Sum of RGB (Red+Green+Blue) = 194+26+2=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A02 is #3DE5FD. Grayscale: #494949. Windows color (decimal): -4056574 or 137922. OLE color: 137922.
HSL color Cylindrical-coordinate representation of color #C21A02: hue angle of 7.5º degrees, saturation: 0.98, 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 #C21A02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.24 |
| HSL | 7.5º | 0.98% | 0.38% | - |
| HSV(B) | 7.5º | 0.99% | 0.76% | - |
| XYZ | 22.63 | 12.21 | 1.22 | - |
| YUV | 73.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 2 | 0 | 0.87 | 0.99 | 0.24 | 7.5 | 0.98 | 0.38 |
| Hex | C2 | 1A | 2 | 0 | 57 | 63 | 18 | 8 | 62 | 26 |
| Octal | 302 | 32 | 2 | 0 | 127 | 143 | 30 | 10 | 142 | 46 |
| Binary | 11000010 | 11010 | 10 | 0 | 1010111 | 1100011 | 11000 | 1000 | 1100010 | 100110 |
Color Harmonies of #C21A02
Complementary color
Monochromatic Colors of #C21A02
Black with #C21A02
Text Example
Text Example
White with #C21A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A02; }
p { color: rgb(194,26,2); }
H1.HeaderClassName
{
color: #C21A02;
}
.AnyTagClassName
{
color: #C21A02;
}
</style>
background-color css
<style>
a { background-color: #C21A02; }
a { background-color: rgb(194,26,2); }
div.DivClassName
{
background-color: #C21A02;
}
.BgClassName
{
background-color: #C21A02;
}
</style>
border-color css
<style>
span { border-color: #C21A02; }
span { border-color: rgb(194,26,2); }
td.TdClassName
{
border-color: #C21A02;
}
.TagClassName
{
border-color: #C21A02;
}
</style>