Shades of Free Speech Red #C30A04
Tints of Free Speech Red #C30A04
RGB
CMYK
RGB Variations
Color information
#C30A04 (or 0xC30A04) is known color: Free Speech Red. HEX triplet: C3, 0A and 04. RGB value is (195,10,4). Sum of RGB (Red+Green+Blue) = 195+10+4=209 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.30% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30A04 is #3CF5FB. Grayscale: #404040. Windows color (decimal): -3995132 or 264899. OLE color: 264899.
HSL color Cylindrical-coordinate representation of color #C30A04: hue angle of 1.88º 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 #C30A04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.24 |
| HSL | 1.88º | 0.96% | 0.39% | - |
| HSV(B) | 1.88º | 0.98% | 0.76% | - |
| XYZ | 22.64 | 11.83 | 1.2 | - |
| YUV | 64.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 4 | 0 | 0.95 | 0.98 | 0.24 | 1.88 | 0.96 | 0.39 |
| Hex | C3 | A | 4 | 0 | 5F | 62 | 18 | 2 | 60 | 27 |
| Octal | 303 | 12 | 4 | 0 | 137 | 142 | 30 | 2 | 140 | 47 |
| Binary | 11000011 | 1010 | 100 | 0 | 1011111 | 1100010 | 11000 | 10 | 1100000 | 100111 |
Color Harmonies of #C30A04
Complementary color
Monochromatic Colors of #C30A04
Black with #C30A04
Text Example
Text Example
White with #C30A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30A04; }
p { color: rgb(195,10,4); }
H1.HeaderClassName
{
color: #C30A04;
}
.AnyTagClassName
{
color: #C30A04;
}
</style>
background-color css
<style>
a { background-color: #C30A04; }
a { background-color: rgb(195,10,4); }
div.DivClassName
{
background-color: #C30A04;
}
.BgClassName
{
background-color: #C30A04;
}
</style>
border-color css
<style>
span { border-color: #C30A04; }
span { border-color: rgb(195,10,4); }
td.TdClassName
{
border-color: #C30A04;
}
.TagClassName
{
border-color: #C30A04;
}
</style>