Shades of Free Speech Red #CF150A
Tints of Free Speech Red #CF150A
RGB
CMYK
RGB Variations
Color information
#CF150A (or 0xCF150A) is known color: Free Speech Red. HEX triplet: CF, 15 and 0A. RGB value is (207,21,10). Sum of RGB (Red+Green+Blue) = 207+21+10=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF150A is #30EAF5. Grayscale: #4B4B4B. Windows color (decimal): -3205878 or 660943. OLE color: 660943.
HSL color Cylindrical-coordinate representation of color #CF150A: hue angle of 3.35º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF150A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.19 |
| HSL | 3.35º | 0.91% | 0.43% | - |
| HSV(B) | 3.35º | 0.95% | 0.81% | - |
| XYZ | 26.06 | 13.82 | 1.58 | - |
| YUV | 75.36 | 91.12 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 10 | 0 | 0.90 | 0.95 | 0.19 | 3.35 | 0.91 | 0.43 |
| Hex | CF | 15 | A | 0 | 5A | 5F | 13 | 3 | 5B | 2B |
| Octal | 317 | 25 | 12 | 0 | 132 | 137 | 23 | 3 | 133 | 53 |
| Binary | 11001111 | 10101 | 1010 | 0 | 1011010 | 1011111 | 10011 | 11 | 1011011 | 101011 |
Color Harmonies of #CF150A
Complementary color
Monochromatic Colors of #CF150A
Black with #CF150A
Text Example
Text Example
White with #CF150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF150A; }
p { color: rgb(207,21,10); }
H1.HeaderClassName
{
color: #CF150A;
}
.AnyTagClassName
{
color: #CF150A;
}
</style>
background-color css
<style>
a { background-color: #CF150A; }
a { background-color: rgb(207,21,10); }
div.DivClassName
{
background-color: #CF150A;
}
.BgClassName
{
background-color: #CF150A;
}
</style>
border-color css
<style>
span { border-color: #CF150A; }
span { border-color: rgb(207,21,10); }
td.TdClassName
{
border-color: #CF150A;
}
.TagClassName
{
border-color: #CF150A;
}
</style>