Shades of Free Speech Red #C30800
Tints of Free Speech Red #C30800
RGB
CMYK
RGB Variations
Color information
#C30800 (or 0xC30800) is known color: Free Speech Red. HEX triplet: C3, 08 and 00. RGB value is (195,8,0). Sum of RGB (Red+Green+Blue) = 195+8+0=203 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.06% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 195 - color contains mainly: red. Hex color #C30800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30800 is #3CF7FF. Grayscale: #3F3F3F. Windows color (decimal): -3995648 or 2243. OLE color: 2243.
HSL color Cylindrical-coordinate representation of color #C30800: hue angle of 2.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.24 |
| HSL | 2.46º | 1% | 0.38% | - |
| HSV(B) | 2.46º | 1% | 0.76% | - |
| XYZ | 22.59 | 11.78 | 1.08 | - |
| YUV | 63 | 92.45 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 0 | 0 | 0.96 | 1 | 0.24 | 2.46 | 1 | 0.38 |
| Hex | C3 | 8 | 0 | 0 | 60 | 64 | 18 | 2 | 64 | 26 |
| Octal | 303 | 10 | 0 | 0 | 140 | 144 | 30 | 2 | 144 | 46 |
| Binary | 11000011 | 1000 | 0 | 0 | 1100000 | 1100100 | 11000 | 10 | 1100100 | 100110 |
Color Harmonies of #C30800
Complementary color
Monochromatic Colors of #C30800
Black with #C30800
Text Example
Text Example
White with #C30800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30800; }
p { color: rgb(195,8,0); }
H1.HeaderClassName
{
color: #C30800;
}
.AnyTagClassName
{
color: #C30800;
}
</style>
background-color css
<style>
a { background-color: #C30800; }
a { background-color: rgb(195,8,0); }
div.DivClassName
{
background-color: #C30800;
}
.BgClassName
{
background-color: #C30800;
}
</style>
border-color css
<style>
span { border-color: #C30800; }
span { border-color: rgb(195,8,0); }
td.TdClassName
{
border-color: #C30800;
}
.TagClassName
{
border-color: #C30800;
}
</style>