Shades of Free Speech Red #C01402
Tints of Free Speech Red #C01402
RGB
CMYK
RGB Variations
Color information
#C01402 (or 0xC01402) is known color: Free Speech Red. HEX triplet: C0, 14 and 02. RGB value is (192,20,2). Sum of RGB (Red+Green+Blue) = 192+20+2=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C01402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01402 is #3FEBFD. Grayscale: #454545. Windows color (decimal): -4189182 or 136384. OLE color: 136384.
HSL color Cylindrical-coordinate representation of color #C01402: hue angle of 5.68º 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 #C01402 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.25 |
| HSL | 5.68º | 0.98% | 0.38% | - |
| HSV(B) | 5.68º | 0.99% | 0.75% | - |
| XYZ | 22 | 11.71 | 1.16 | - |
| YUV | 69.38 | 89.98 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 2 | 0 | 0.90 | 0.99 | 0.25 | 5.68 | 0.98 | 0.38 |
| Hex | C0 | 14 | 2 | 0 | 5A | 63 | 19 | 6 | 62 | 26 |
| Octal | 300 | 24 | 2 | 0 | 132 | 143 | 31 | 6 | 142 | 46 |
| Binary | 11000000 | 10100 | 10 | 0 | 1011010 | 1100011 | 11001 | 110 | 1100010 | 100110 |
Color Harmonies of #C01402
Complementary color
Monochromatic Colors of #C01402
Black with #C01402
Text Example
Text Example
White with #C01402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01402; }
p { color: rgb(192,20,2); }
H1.HeaderClassName
{
color: #C01402;
}
.AnyTagClassName
{
color: #C01402;
}
</style>
background-color css
<style>
a { background-color: #C01402; }
a { background-color: rgb(192,20,2); }
div.DivClassName
{
background-color: #C01402;
}
.BgClassName
{
background-color: #C01402;
}
</style>
border-color css
<style>
span { border-color: #C01402; }
span { border-color: rgb(192,20,2); }
td.TdClassName
{
border-color: #C01402;
}
.TagClassName
{
border-color: #C01402;
}
</style>