Shades of Free Speech Red #C30F0B
Tints of Free Speech Red #C30F0B
RGB
CMYK
RGB Variations
Color information
#C30F0B (or 0xC30F0B) is known color: Free Speech Red. HEX triplet: C3, 0F and 0B. RGB value is (195,15,11). Sum of RGB (Red+Green+Blue) = 195+15+11=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30F0B is #3CF0F4. Grayscale: #444444. Windows color (decimal): -3993845 or 724931. OLE color: 724931.
HSL color Cylindrical-coordinate representation of color #C30F0B: hue angle of 1.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30F0B is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 11 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.24 |
| HSL | 1.3º | 0.89% | 0.4% | - |
| HSV(B) | 1.3º | 0.94% | 0.76% | - |
| XYZ | 22.74 | 11.97 | 1.43 | - |
| YUV | 68.36 | 95.63 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 11 | 0 | 0.92 | 0.94 | 0.24 | 1.3 | 0.89 | 0.4 |
| Hex | C3 | F | B | 0 | 5C | 5E | 18 | 1 | 59 | 28 |
| Octal | 303 | 17 | 13 | 0 | 134 | 136 | 30 | 1 | 131 | 50 |
| Binary | 11000011 | 1111 | 1011 | 0 | 1011100 | 1011110 | 11000 | 1 | 1011001 | 101000 |
Color Harmonies of #C30F0B
Complementary color
Monochromatic Colors of #C30F0B
Black with #C30F0B
Text Example
Text Example
White with #C30F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F0B; }
p { color: rgb(195,15,11); }
H1.HeaderClassName
{
color: #C30F0B;
}
.AnyTagClassName
{
color: #C30F0B;
}
</style>
background-color css
<style>
a { background-color: #C30F0B; }
a { background-color: rgb(195,15,11); }
div.DivClassName
{
background-color: #C30F0B;
}
.BgClassName
{
background-color: #C30F0B;
}
</style>
border-color css
<style>
span { border-color: #C30F0B; }
span { border-color: rgb(195,15,11); }
td.TdClassName
{
border-color: #C30F0B;
}
.TagClassName
{
border-color: #C30F0B;
}
</style>