Shades of Free Speech Red #C30E08
Tints of Free Speech Red #C30E08
RGB
CMYK
RGB Variations
Color information
#C30E08 (or 0xC30E08) is known color: Free Speech Red. HEX triplet: C3, 0E and 08. RGB value is (195,14,8). Sum of RGB (Red+Green+Blue) = 195+14+8=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30E08 is #3CF1F7. Grayscale: #434343. Windows color (decimal): -3994104 or 528067. OLE color: 528067.
HSL color Cylindrical-coordinate representation of color #C30E08: hue angle of 1.93º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30E08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.24 |
| HSL | 1.93º | 0.92% | 0.4% | - |
| HSV(B) | 1.93º | 0.96% | 0.76% | - |
| XYZ | 22.71 | 11.93 | 1.34 | - |
| YUV | 67.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 8 | 0 | 0.93 | 0.96 | 0.24 | 1.93 | 0.92 | 0.4 |
| Hex | C3 | E | 8 | 0 | 5D | 60 | 18 | 2 | 5C | 28 |
| Octal | 303 | 16 | 10 | 0 | 135 | 140 | 30 | 2 | 134 | 50 |
| Binary | 11000011 | 1110 | 1000 | 0 | 1011101 | 1100000 | 11000 | 10 | 1011100 | 101000 |
Color Harmonies of #C30E08
Complementary color
Monochromatic Colors of #C30E08
Black with #C30E08
Text Example
Text Example
White with #C30E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E08; }
p { color: rgb(195,14,8); }
H1.HeaderClassName
{
color: #C30E08;
}
.AnyTagClassName
{
color: #C30E08;
}
</style>
background-color css
<style>
a { background-color: #C30E08; }
a { background-color: rgb(195,14,8); }
div.DivClassName
{
background-color: #C30E08;
}
.BgClassName
{
background-color: #C30E08;
}
</style>
border-color css
<style>
span { border-color: #C30E08; }
span { border-color: rgb(195,14,8); }
td.TdClassName
{
border-color: #C30E08;
}
.TagClassName
{
border-color: #C30E08;
}
</style>