Shades of Free Speech Red #C30604
Tints of Free Speech Red #C30604
RGB
CMYK
RGB Variations
Color information
#C30604 (or 0xC30604) is known color: Free Speech Red. HEX triplet: C3, 06 and 04. RGB value is (195,6,4). Sum of RGB (Red+Green+Blue) = 195+6+4=205 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.12% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 195 - color contains mainly: red. Hex color #C30604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30604 is #3CF9FB. Grayscale: #3E3E3E. Windows color (decimal): -3996156 or 263875. OLE color: 263875.
HSL color Cylindrical-coordinate representation of color #C30604: hue angle of 0.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30604 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.24 |
| HSL | 0.63º | 0.96% | 0.39% | - |
| HSV(B) | 0.63º | 0.98% | 0.76% | - |
| XYZ | 22.59 | 11.74 | 1.19 | - |
| YUV | 62.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 4 | 0 | 0.97 | 0.98 | 0.24 | 0.63 | 0.96 | 0.39 |
| Hex | C3 | 6 | 4 | 0 | 61 | 62 | 18 | 1 | 60 | 27 |
| Octal | 303 | 6 | 4 | 0 | 141 | 142 | 30 | 1 | 140 | 47 |
| Binary | 11000011 | 110 | 100 | 0 | 1100001 | 1100010 | 11000 | 1 | 1100000 | 100111 |
Color Harmonies of #C30604
Complementary color
Monochromatic Colors of #C30604
Black with #C30604
Text Example
Text Example
White with #C30604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30604; }
p { color: rgb(195,6,4); }
H1.HeaderClassName
{
color: #C30604;
}
.AnyTagClassName
{
color: #C30604;
}
</style>
background-color css
<style>
a { background-color: #C30604; }
a { background-color: rgb(195,6,4); }
div.DivClassName
{
background-color: #C30604;
}
.BgClassName
{
background-color: #C30604;
}
</style>
border-color css
<style>
span { border-color: #C30604; }
span { border-color: rgb(195,6,4); }
td.TdClassName
{
border-color: #C30604;
}
.TagClassName
{
border-color: #C30604;
}
</style>