Shades of Free Speech Red #C40300
Tints of Free Speech Red #C40300
RGB
CMYK
RGB Variations
Color information
#C40300 (or 0xC40300) is known color: Free Speech Red. HEX triplet: C4, 03 and 00. RGB value is (196,3,0). Sum of RGB (Red+Green+Blue) = 196+3+0=199 (26% of max value = 765). Red value is 196 (76.95% from 255 or 98.49% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 196 - color contains mainly: red. Hex color #C40300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40300 is #3BFCFF. Grayscale: #3C3C3C. Windows color (decimal): -3931392 or 964. OLE color: 964.
HSL color Cylindrical-coordinate representation of color #C40300: hue angle of 0.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.23 |
| HSL | 0.92º | 1% | 0.38% | - |
| HSV(B) | 0.92º | 1% | 0.77% | - |
| XYZ | 22.8 | 11.8 | 1.08 | - |
| YUV | 60.37 | 93.94 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 0 | 0 | 0.98 | 1 | 0.23 | 0.92 | 1 | 0.38 |
| Hex | C4 | 3 | 0 | 0 | 62 | 64 | 17 | 1 | 64 | 26 |
| Octal | 304 | 3 | 0 | 0 | 142 | 144 | 27 | 1 | 144 | 46 |
| Binary | 11000100 | 11 | 0 | 0 | 1100010 | 1100100 | 10111 | 1 | 1100100 | 100110 |
Color Harmonies of #C40300
Complementary color
Monochromatic Colors of #C40300
Black with #C40300
Text Example
Text Example
White with #C40300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40300; }
p { color: rgb(196,3,0); }
H1.HeaderClassName
{
color: #C40300;
}
.AnyTagClassName
{
color: #C40300;
}
</style>
background-color css
<style>
a { background-color: #C40300; }
a { background-color: rgb(196,3,0); }
div.DivClassName
{
background-color: #C40300;
}
.BgClassName
{
background-color: #C40300;
}
</style>
border-color css
<style>
span { border-color: #C40300; }
span { border-color: rgb(196,3,0); }
td.TdClassName
{
border-color: #C40300;
}
.TagClassName
{
border-color: #C40300;
}
</style>