Shades of Free Speech Red #C30D08
Tints of Free Speech Red #C30D08
RGB
CMYK
RGB Variations
Color information
#C30D08 (or 0xC30D08) is known color: Free Speech Red. HEX triplet: C3, 0D and 08. RGB value is (195,13,8). Sum of RGB (Red+Green+Blue) = 195+13+8=216 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.28% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30D08 is #3CF2F7. Grayscale: #434343. Windows color (decimal): -3994360 or 527811. OLE color: 527811.
HSL color Cylindrical-coordinate representation of color #C30D08: hue angle of 1.6º 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 #C30D08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.24 |
| HSL | 1.6º | 0.92% | 0.4% | - |
| HSV(B) | 1.6º | 0.96% | 0.76% | - |
| XYZ | 22.69 | 11.91 | 1.33 | - |
| YUV | 66.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 8 | 0 | 0.93 | 0.96 | 0.24 | 1.6 | 0.92 | 0.4 |
| Hex | C3 | D | 8 | 0 | 5D | 60 | 18 | 2 | 5C | 28 |
| Octal | 303 | 15 | 10 | 0 | 135 | 140 | 30 | 2 | 134 | 50 |
| Binary | 11000011 | 1101 | 1000 | 0 | 1011101 | 1100000 | 11000 | 10 | 1011100 | 101000 |
Color Harmonies of #C30D08
Complementary color
Monochromatic Colors of #C30D08
Black with #C30D08
Text Example
Text Example
White with #C30D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D08; }
p { color: rgb(195,13,8); }
H1.HeaderClassName
{
color: #C30D08;
}
.AnyTagClassName
{
color: #C30D08;
}
</style>
background-color css
<style>
a { background-color: #C30D08; }
a { background-color: rgb(195,13,8); }
div.DivClassName
{
background-color: #C30D08;
}
.BgClassName
{
background-color: #C30D08;
}
</style>
border-color css
<style>
span { border-color: #C30D08; }
span { border-color: rgb(195,13,8); }
td.TdClassName
{
border-color: #C30D08;
}
.TagClassName
{
border-color: #C30D08;
}
</style>