Shades of Free Speech Red #C30E01
Tints of Free Speech Red #C30E01
RGB
CMYK
RGB Variations
Color information
#C30E01 (or 0xC30E01) is known color: Free Speech Red. HEX triplet: C3, 0E and 01. RGB value is (195,14,1). Sum of RGB (Red+Green+Blue) = 195+14+1=210 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.86% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30E01 is #3CF1FE. Grayscale: #424242. Windows color (decimal): -3994111 or 69315. OLE color: 69315.
HSL color Cylindrical-coordinate representation of color #C30E01: hue angle of 4.02º degrees, saturation: 0.99, 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 #C30E01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.24 |
| HSL | 4.02º | 0.99% | 0.38% | - |
| HSV(B) | 4.02º | 0.99% | 0.76% | - |
| XYZ | 22.67 | 11.92 | 1.13 | - |
| YUV | 66.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 1 | 0 | 0.93 | 0.99 | 0.24 | 4.02 | 0.99 | 0.38 |
| Hex | C3 | E | 1 | 0 | 5D | 63 | 18 | 4 | 63 | 26 |
| Octal | 303 | 16 | 1 | 0 | 135 | 143 | 30 | 4 | 143 | 46 |
| Binary | 11000011 | 1110 | 1 | 0 | 1011101 | 1100011 | 11000 | 100 | 1100011 | 100110 |
Color Harmonies of #C30E01
Complementary color
Monochromatic Colors of #C30E01
Black with #C30E01
Text Example
Text Example
White with #C30E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E01; }
p { color: rgb(195,14,1); }
H1.HeaderClassName
{
color: #C30E01;
}
.AnyTagClassName
{
color: #C30E01;
}
</style>
background-color css
<style>
a { background-color: #C30E01; }
a { background-color: rgb(195,14,1); }
div.DivClassName
{
background-color: #C30E01;
}
.BgClassName
{
background-color: #C30E01;
}
</style>
border-color css
<style>
span { border-color: #C30E01; }
span { border-color: rgb(195,14,1); }
td.TdClassName
{
border-color: #C30E01;
}
.TagClassName
{
border-color: #C30E01;
}
</style>