Shades of Free Speech Red #C30F01
Tints of Free Speech Red #C30F01
RGB
CMYK
RGB Variations
Color information
#C30F01 (or 0xC30F01) is known color: Free Speech Red. HEX triplet: C3, 0F and 01. RGB value is (195,15,1). Sum of RGB (Red+Green+Blue) = 195+15+1=211 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.42% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30F01 is #3CF0FE. Grayscale: #434343. Windows color (decimal): -3993855 or 69571. OLE color: 69571.
HSL color Cylindrical-coordinate representation of color #C30F01: hue angle of 4.33º 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 #C30F01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.24 |
| HSL | 4.33º | 0.99% | 0.38% | - |
| HSV(B) | 4.33º | 0.99% | 0.76% | - |
| XYZ | 22.68 | 11.95 | 1.14 | - |
| YUV | 67.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 1 | 0 | 0.92 | 0.99 | 0.24 | 4.33 | 0.99 | 0.38 |
| Hex | C3 | F | 1 | 0 | 5C | 63 | 18 | 4 | 63 | 26 |
| Octal | 303 | 17 | 1 | 0 | 134 | 143 | 30 | 4 | 143 | 46 |
| Binary | 11000011 | 1111 | 1 | 0 | 1011100 | 1100011 | 11000 | 100 | 1100011 | 100110 |
Color Harmonies of #C30F01
Complementary color
Monochromatic Colors of #C30F01
Black with #C30F01
Text Example
Text Example
White with #C30F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F01; }
p { color: rgb(195,15,1); }
H1.HeaderClassName
{
color: #C30F01;
}
.AnyTagClassName
{
color: #C30F01;
}
</style>
background-color css
<style>
a { background-color: #C30F01; }
a { background-color: rgb(195,15,1); }
div.DivClassName
{
background-color: #C30F01;
}
.BgClassName
{
background-color: #C30F01;
}
</style>
border-color css
<style>
span { border-color: #C30F01; }
span { border-color: rgb(195,15,1); }
td.TdClassName
{
border-color: #C30F01;
}
.TagClassName
{
border-color: #C30F01;
}
</style>