Shades of Free Speech Red #C20F02
Tints of Free Speech Red #C20F02
RGB
CMYK
RGB Variations
Color information
#C20F02 (or 0xC20F02) is known color: Free Speech Red. HEX triplet: C2, 0F and 02. RGB value is (194,15,2). Sum of RGB (Red+Green+Blue) = 194+15+2=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F02 is #3DF0FD. Grayscale: #434343. Windows color (decimal): -4059390 or 135106. OLE color: 135106.
HSL color Cylindrical-coordinate representation of color #C20F02: hue angle of 4.06º 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 #C20F02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.24 |
| HSL | 4.06º | 0.98% | 0.38% | - |
| HSV(B) | 4.06º | 0.99% | 0.76% | - |
| XYZ | 22.43 | 11.82 | 1.16 | - |
| YUV | 67.04 | 91.3 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 2 | 0 | 0.92 | 0.99 | 0.24 | 4.06 | 0.98 | 0.38 |
| Hex | C2 | F | 2 | 0 | 5C | 63 | 18 | 4 | 62 | 26 |
| Octal | 302 | 17 | 2 | 0 | 134 | 143 | 30 | 4 | 142 | 46 |
| Binary | 11000010 | 1111 | 10 | 0 | 1011100 | 1100011 | 11000 | 100 | 1100010 | 100110 |
Color Harmonies of #C20F02
Complementary color
Monochromatic Colors of #C20F02
Black with #C20F02
Text Example
Text Example
White with #C20F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F02; }
p { color: rgb(194,15,2); }
H1.HeaderClassName
{
color: #C20F02;
}
.AnyTagClassName
{
color: #C20F02;
}
</style>
background-color css
<style>
a { background-color: #C20F02; }
a { background-color: rgb(194,15,2); }
div.DivClassName
{
background-color: #C20F02;
}
.BgClassName
{
background-color: #C20F02;
}
</style>
border-color css
<style>
span { border-color: #C20F02; }
span { border-color: rgb(194,15,2); }
td.TdClassName
{
border-color: #C20F02;
}
.TagClassName
{
border-color: #C20F02;
}
</style>