Shades of Free Speech Red #CE130D
Tints of Free Speech Red #CE130D
RGB
CMYK
RGB Variations
Color information
#CE130D (or 0xCE130D) is known color: Free Speech Red. HEX triplet: CE, 13 and 0D. RGB value is (206,19,13). Sum of RGB (Red+Green+Blue) = 206+19+13=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE130D is #31ECF2. Grayscale: #4A4A4A. Windows color (decimal): -3271923 or 857038. OLE color: 857038.
HSL color Cylindrical-coordinate representation of color #CE130D: hue angle of 1.87º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.19 |
| HSL | 1.87º | 0.88% | 0.43% | - |
| HSV(B) | 1.87º | 0.94% | 0.81% | - |
| XYZ | 25.76 | 13.62 | 1.65 | - |
| YUV | 74.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 13 | 0 | 0.91 | 0.94 | 0.19 | 1.87 | 0.88 | 0.43 |
| Hex | CE | 13 | D | 0 | 5B | 5E | 13 | 2 | 58 | 2B |
| Octal | 316 | 23 | 15 | 0 | 133 | 136 | 23 | 2 | 130 | 53 |
| Binary | 11001110 | 10011 | 1101 | 0 | 1011011 | 1011110 | 10011 | 10 | 1011000 | 101011 |
Color Harmonies of #CE130D
Complementary color
Monochromatic Colors of #CE130D
Black with #CE130D
Text Example
Text Example
White with #CE130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE130D; }
p { color: rgb(206,19,13); }
H1.HeaderClassName
{
color: #CE130D;
}
.AnyTagClassName
{
color: #CE130D;
}
</style>
background-color css
<style>
a { background-color: #CE130D; }
a { background-color: rgb(206,19,13); }
div.DivClassName
{
background-color: #CE130D;
}
.BgClassName
{
background-color: #CE130D;
}
</style>
border-color css
<style>
span { border-color: #CE130D; }
span { border-color: rgb(206,19,13); }
td.TdClassName
{
border-color: #CE130D;
}
.TagClassName
{
border-color: #CE130D;
}
</style>