Shades of Free Speech Red #CF0908
Tints of Free Speech Red #CF0908
RGB
CMYK
RGB Variations
Color information
#CF0908 (or 0xCF0908) is known color: Free Speech Red. HEX triplet: CF, 09 and 08. RGB value is (207,9,8). Sum of RGB (Red+Green+Blue) = 207+9+8=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0908 is #30F6F7. Grayscale: #444444. Windows color (decimal): -3208952 or 526799. OLE color: 526799.
HSL color Cylindrical-coordinate representation of color #CF0908: hue angle of 0.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0908 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.19 |
| HSL | 0.3º | 0.93% | 0.42% | - |
| HSV(B) | 0.3º | 0.96% | 0.81% | - |
| XYZ | 25.87 | 13.48 | 1.47 | - |
| YUV | 68.09 | 94.1 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 8 | 0 | 0.96 | 0.96 | 0.19 | 0.3 | 0.93 | 0.42 |
| Hex | CF | 9 | 8 | 0 | 60 | 60 | 13 | 0 | 5D | 2A |
| Octal | 317 | 11 | 10 | 0 | 140 | 140 | 23 | 0 | 135 | 52 |
| Binary | 11001111 | 1001 | 1000 | 0 | 1100000 | 1100000 | 10011 | 0 | 1011101 | 101010 |
Color Harmonies of #CF0908
Complementary color
Monochromatic Colors of #CF0908
Black with #CF0908
Text Example
Text Example
White with #CF0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0908; }
p { color: rgb(207,9,8); }
H1.HeaderClassName
{
color: #CF0908;
}
.AnyTagClassName
{
color: #CF0908;
}
</style>
background-color css
<style>
a { background-color: #CF0908; }
a { background-color: rgb(207,9,8); }
div.DivClassName
{
background-color: #CF0908;
}
.BgClassName
{
background-color: #CF0908;
}
</style>
border-color css
<style>
span { border-color: #CF0908; }
span { border-color: rgb(207,9,8); }
td.TdClassName
{
border-color: #CF0908;
}
.TagClassName
{
border-color: #CF0908;
}
</style>