Shades of Free Speech Red #C00301
Tints of Free Speech Red #C00301
RGB
CMYK
RGB Variations
Color information
#C00301 (or 0xC00301) is known color: Free Speech Red. HEX triplet: C0, 03 and 01. RGB value is (192,3,1). Sum of RGB (Red+Green+Blue) = 192+3+1=196 (25% of max value = 765). Red value is 192 (75.39% from 255 or 97.96% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 192 - color contains mainly: red. Hex color #C00301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00301 is #3FFCFE. Grayscale: #3B3B3B. Windows color (decimal): -4193535 or 66496. OLE color: 66496.
HSL color Cylindrical-coordinate representation of color #C00301: hue angle of 0.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.25 |
| HSL | 0.63º | 0.99% | 0.38% | - |
| HSV(B) | 0.63º | 0.99% | 0.75% | - |
| XYZ | 21.78 | 11.27 | 1.06 | - |
| YUV | 59.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 1 | 0 | 0.98 | 0.99 | 0.25 | 0.63 | 0.99 | 0.38 |
| Hex | C0 | 3 | 1 | 0 | 62 | 63 | 19 | 1 | 63 | 26 |
| Octal | 300 | 3 | 1 | 0 | 142 | 143 | 31 | 1 | 143 | 46 |
| Binary | 11000000 | 11 | 1 | 0 | 1100010 | 1100011 | 11001 | 1 | 1100011 | 100110 |
Color Harmonies of #C00301
Complementary color
Monochromatic Colors of #C00301
Black with #C00301
Text Example
Text Example
White with #C00301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00301; }
p { color: rgb(192,3,1); }
H1.HeaderClassName
{
color: #C00301;
}
.AnyTagClassName
{
color: #C00301;
}
</style>
background-color css
<style>
a { background-color: #C00301; }
a { background-color: rgb(192,3,1); }
div.DivClassName
{
background-color: #C00301;
}
.BgClassName
{
background-color: #C00301;
}
</style>
border-color css
<style>
span { border-color: #C00301; }
span { border-color: rgb(192,3,1); }
td.TdClassName
{
border-color: #C00301;
}
.TagClassName
{
border-color: #C00301;
}
</style>