Shades of Free Speech Red #C30301
Tints of Free Speech Red #C30301
RGB
CMYK
RGB Variations
Color information
#C30301 (or 0xC30301) is known color: Free Speech Red. HEX triplet: C3, 03 and 01. RGB value is (195,3,1). Sum of RGB (Red+Green+Blue) = 195+3+1=199 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.99% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 195 - color contains mainly: red. Hex color #C30301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30301 is #3CFCFE. Grayscale: #3C3C3C. Windows color (decimal): -3996927 or 66499. OLE color: 66499.
HSL color Cylindrical-coordinate representation of color #C30301: hue angle of 0.62º 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 #C30301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.24 |
| HSL | 0.62º | 0.99% | 0.38% | - |
| HSV(B) | 0.62º | 0.99% | 0.76% | - |
| XYZ | 22.54 | 11.67 | 1.09 | - |
| YUV | 60.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 1 | 0 | 0.98 | 0.99 | 0.24 | 0.62 | 0.99 | 0.38 |
| Hex | C3 | 3 | 1 | 0 | 62 | 63 | 18 | 1 | 63 | 26 |
| Octal | 303 | 3 | 1 | 0 | 142 | 143 | 30 | 1 | 143 | 46 |
| Binary | 11000011 | 11 | 1 | 0 | 1100010 | 1100011 | 11000 | 1 | 1100011 | 100110 |
Color Harmonies of #C30301
Complementary color
Monochromatic Colors of #C30301
Black with #C30301
Text Example
Text Example
White with #C30301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30301; }
p { color: rgb(195,3,1); }
H1.HeaderClassName
{
color: #C30301;
}
.AnyTagClassName
{
color: #C30301;
}
</style>
background-color css
<style>
a { background-color: #C30301; }
a { background-color: rgb(195,3,1); }
div.DivClassName
{
background-color: #C30301;
}
.BgClassName
{
background-color: #C30301;
}
</style>
border-color css
<style>
span { border-color: #C30301; }
span { border-color: rgb(195,3,1); }
td.TdClassName
{
border-color: #C30301;
}
.TagClassName
{
border-color: #C30301;
}
</style>