Shades of Free Speech Red #C01002
Tints of Free Speech Red #C01002
RGB
CMYK
RGB Variations
Color information
#C01002 (or 0xC01002) is known color: Free Speech Red. HEX triplet: C0, 10 and 02. RGB value is (192,16,2). Sum of RGB (Red+Green+Blue) = 192+16+2=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C01002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01002 is #3FEFFD. Grayscale: #434343. Windows color (decimal): -4190206 or 135360. OLE color: 135360.
HSL color Cylindrical-coordinate representation of color #C01002: hue angle of 4.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C01002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.25 |
| HSL | 4.42º | 0.98% | 0.38% | - |
| HSV(B) | 4.42º | 0.99% | 0.75% | - |
| XYZ | 21.93 | 11.58 | 1.14 | - |
| YUV | 67.03 | 91.31 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 2 | 0 | 0.92 | 0.99 | 0.25 | 4.42 | 0.98 | 0.38 |
| Hex | C0 | 10 | 2 | 0 | 5C | 63 | 19 | 4 | 62 | 26 |
| Octal | 300 | 20 | 2 | 0 | 134 | 143 | 31 | 4 | 142 | 46 |
| Binary | 11000000 | 10000 | 10 | 0 | 1011100 | 1100011 | 11001 | 100 | 1100010 | 100110 |
Color Harmonies of #C01002
Complementary color
Monochromatic Colors of #C01002
Black with #C01002
Text Example
Text Example
White with #C01002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01002; }
p { color: rgb(192,16,2); }
H1.HeaderClassName
{
color: #C01002;
}
.AnyTagClassName
{
color: #C01002;
}
</style>
background-color css
<style>
a { background-color: #C01002; }
a { background-color: rgb(192,16,2); }
div.DivClassName
{
background-color: #C01002;
}
.BgClassName
{
background-color: #C01002;
}
</style>
border-color css
<style>
span { border-color: #C01002; }
span { border-color: rgb(192,16,2); }
td.TdClassName
{
border-color: #C01002;
}
.TagClassName
{
border-color: #C01002;
}
</style>