Shades of Free Speech Red #CE140F
Tints of Free Speech Red #CE140F
RGB
CMYK
RGB Variations
Color information
#CE140F (or 0xCE140F) is known color: Free Speech Red. HEX triplet: CE, 14 and 0F. RGB value is (206,20,15). Sum of RGB (Red+Green+Blue) = 206+20+15=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE140F is #31EBF0. Grayscale: #4B4B4B. Windows color (decimal): -3271665 or 988366. OLE color: 988366.
HSL color Cylindrical-coordinate representation of color #CE140F: hue angle of 1.57º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE140F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.19 |
| HSL | 1.57º | 0.86% | 0.43% | - |
| HSV(B) | 1.57º | 0.93% | 0.81% | - |
| XYZ | 25.79 | 13.66 | 1.73 | - |
| YUV | 75.04 | 94.12 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 15 | 0 | 0.90 | 0.93 | 0.19 | 1.57 | 0.86 | 0.43 |
| Hex | CE | 14 | F | 0 | 5A | 5D | 13 | 2 | 56 | 2B |
| Octal | 316 | 24 | 17 | 0 | 132 | 135 | 23 | 2 | 126 | 53 |
| Binary | 11001110 | 10100 | 1111 | 0 | 1011010 | 1011101 | 10011 | 10 | 1010110 | 101011 |
Color Harmonies of #CE140F
Complementary color
Monochromatic Colors of #CE140F
Black with #CE140F
Text Example
Text Example
White with #CE140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE140F; }
p { color: rgb(206,20,15); }
H1.HeaderClassName
{
color: #CE140F;
}
.AnyTagClassName
{
color: #CE140F;
}
</style>
background-color css
<style>
a { background-color: #CE140F; }
a { background-color: rgb(206,20,15); }
div.DivClassName
{
background-color: #CE140F;
}
.BgClassName
{
background-color: #CE140F;
}
</style>
border-color css
<style>
span { border-color: #CE140F; }
span { border-color: rgb(206,20,15); }
td.TdClassName
{
border-color: #CE140F;
}
.TagClassName
{
border-color: #CE140F;
}
</style>