Shades of Free Speech Red #C30601
Tints of Free Speech Red #C30601
RGB
CMYK
RGB Variations
Color information
#C30601 (or 0xC30601) is known color: Free Speech Red. HEX triplet: C3, 06 and 01. RGB value is (195,6,1). Sum of RGB (Red+Green+Blue) = 195+6+1=202 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.53% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 195 - color contains mainly: red. Hex color #C30601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30601 is #3CF9FE. Grayscale: #3E3E3E. Windows color (decimal): -3996159 or 67267. OLE color: 67267.
HSL color Cylindrical-coordinate representation of color #C30601: hue angle of 1.55º 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 #C30601 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.24 |
| HSL | 1.55º | 0.99% | 0.38% | - |
| HSV(B) | 1.55º | 0.99% | 0.76% | - |
| XYZ | 22.58 | 11.73 | 1.1 | - |
| YUV | 61.94 | 93.62 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 1 | 0 | 0.97 | 0.99 | 0.24 | 1.55 | 0.99 | 0.38 |
| Hex | C3 | 6 | 1 | 0 | 61 | 63 | 18 | 2 | 63 | 26 |
| Octal | 303 | 6 | 1 | 0 | 141 | 143 | 30 | 2 | 143 | 46 |
| Binary | 11000011 | 110 | 1 | 0 | 1100001 | 1100011 | 11000 | 10 | 1100011 | 100110 |
Color Harmonies of #C30601
Complementary color
Monochromatic Colors of #C30601
Black with #C30601
Text Example
Text Example
White with #C30601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30601; }
p { color: rgb(195,6,1); }
H1.HeaderClassName
{
color: #C30601;
}
.AnyTagClassName
{
color: #C30601;
}
</style>
background-color css
<style>
a { background-color: #C30601; }
a { background-color: rgb(195,6,1); }
div.DivClassName
{
background-color: #C30601;
}
.BgClassName
{
background-color: #C30601;
}
</style>
border-color css
<style>
span { border-color: #C30601; }
span { border-color: rgb(195,6,1); }
td.TdClassName
{
border-color: #C30601;
}
.TagClassName
{
border-color: #C30601;
}
</style>