Shades of Free Speech Red #CF0E05
Tints of Free Speech Red #CF0E05
RGB
CMYK
RGB Variations
Color information
#CF0E05 (or 0xCF0E05) is known color: Free Speech Red. HEX triplet: CF, 0E and 05. RGB value is (207,14,5). Sum of RGB (Red+Green+Blue) = 207+14+5=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0E05 is #30F1FA. Grayscale: #464646. Windows color (decimal): -3207675 or 331471. OLE color: 331471.
HSL color Cylindrical-coordinate representation of color #CF0E05: hue angle of 2.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0E05 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 14 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.19 |
| HSL | 2.67º | 0.95% | 0.42% | - |
| HSV(B) | 2.67º | 0.98% | 0.81% | - |
| XYZ | 25.92 | 13.59 | 1.4 | - |
| YUV | 70.68 | 90.94 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 5 | 0 | 0.93 | 0.98 | 0.19 | 2.67 | 0.95 | 0.42 |
| Hex | CF | E | 5 | 0 | 5D | 62 | 13 | 3 | 5F | 2A |
| Octal | 317 | 16 | 5 | 0 | 135 | 142 | 23 | 3 | 137 | 52 |
| Binary | 11001111 | 1110 | 101 | 0 | 1011101 | 1100010 | 10011 | 11 | 1011111 | 101010 |
Color Harmonies of #CF0E05
Complementary color
Monochromatic Colors of #CF0E05
Black with #CF0E05
Text Example
Text Example
White with #CF0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0E05; }
p { color: rgb(207,14,5); }
H1.HeaderClassName
{
color: #CF0E05;
}
.AnyTagClassName
{
color: #CF0E05;
}
</style>
background-color css
<style>
a { background-color: #CF0E05; }
a { background-color: rgb(207,14,5); }
div.DivClassName
{
background-color: #CF0E05;
}
.BgClassName
{
background-color: #CF0E05;
}
</style>
border-color css
<style>
span { border-color: #CF0E05; }
span { border-color: rgb(207,14,5); }
td.TdClassName
{
border-color: #CF0E05;
}
.TagClassName
{
border-color: #CF0E05;
}
</style>