Shades of Free Speech Red #CF0303
Tints of Free Speech Red #CF0303
RGB
CMYK
RGB Variations
Color information
#CF0303 (or 0xCF0303) is known color: Free Speech Red. HEX triplet: CF, 03 and 03. RGB value is (207,3,3). Sum of RGB (Red+Green+Blue) = 207+3+3=213 (28% of max value = 765). Red value is 207 (81.25% from 255 or 97.18% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0303 is #30FCFC. Grayscale: #404040. Windows color (decimal): -3210493 or 197583. OLE color: 197583.
HSL color Cylindrical-coordinate representation of color #CF0303: hue angle of 0º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0303 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.19 |
| HSL | 0º | 0.97% | 0.41% | - |
| HSV(B) | 0º | 0.99% | 0.81% | - |
| XYZ | 25.78 | 13.34 | 1.3 | - |
| YUV | 64 | 93.59 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 3 | 0 | 0.99 | 0.99 | 0.19 | 0 | 0.97 | 0.41 |
| Hex | CF | 3 | 3 | 0 | 63 | 63 | 13 | 0 | 61 | 29 |
| Octal | 317 | 3 | 3 | 0 | 143 | 143 | 23 | 0 | 141 | 51 |
| Binary | 11001111 | 11 | 11 | 0 | 1100011 | 1100011 | 10011 | 0 | 1100001 | 101001 |
Color Harmonies of #CF0303
Complementary color
Monochromatic Colors of #CF0303
Black with #CF0303
Text Example
Text Example
White with #CF0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0303; }
p { color: rgb(207,3,3); }
H1.HeaderClassName
{
color: #CF0303;
}
.AnyTagClassName
{
color: #CF0303;
}
</style>
background-color css
<style>
a { background-color: #CF0303; }
a { background-color: rgb(207,3,3); }
div.DivClassName
{
background-color: #CF0303;
}
.BgClassName
{
background-color: #CF0303;
}
</style>
border-color css
<style>
span { border-color: #CF0303; }
span { border-color: rgb(207,3,3); }
td.TdClassName
{
border-color: #CF0303;
}
.TagClassName
{
border-color: #CF0303;
}
</style>