Shades of Free Speech Red #C30E00
Tints of Free Speech Red #C30E00
RGB
CMYK
RGB Variations
Color information
#C30E00 (or 0xC30E00) is known color: Free Speech Red. HEX triplet: C3, 0E and 00. RGB value is (195,14,0). Sum of RGB (Red+Green+Blue) = 195+14+0=209 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.30% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30E00 is #3CF1FF. Grayscale: #424242. Windows color (decimal): -3994112 or 3779. OLE color: 3779.
HSL color Cylindrical-coordinate representation of color #C30E00: hue angle of 4.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30E00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.24 |
| HSL | 4.31º | 1% | 0.38% | - |
| HSV(B) | 4.31º | 1% | 0.76% | - |
| XYZ | 22.66 | 11.92 | 1.11 | - |
| YUV | 66.52 | 90.47 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 0 | 0 | 0.93 | 1 | 0.24 | 4.31 | 1 | 0.38 |
| Hex | C3 | E | 0 | 0 | 5D | 64 | 18 | 4 | 64 | 26 |
| Octal | 303 | 16 | 0 | 0 | 135 | 144 | 30 | 4 | 144 | 46 |
| Binary | 11000011 | 1110 | 0 | 0 | 1011101 | 1100100 | 11000 | 100 | 1100100 | 100110 |
Color Harmonies of #C30E00
Complementary color
Monochromatic Colors of #C30E00
Black with #C30E00
Text Example
Text Example
White with #C30E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E00; }
p { color: rgb(195,14,0); }
H1.HeaderClassName
{
color: #C30E00;
}
.AnyTagClassName
{
color: #C30E00;
}
</style>
background-color css
<style>
a { background-color: #C30E00; }
a { background-color: rgb(195,14,0); }
div.DivClassName
{
background-color: #C30E00;
}
.BgClassName
{
background-color: #C30E00;
}
</style>
border-color css
<style>
span { border-color: #C30E00; }
span { border-color: rgb(195,14,0); }
td.TdClassName
{
border-color: #C30E00;
}
.TagClassName
{
border-color: #C30E00;
}
</style>