Shades of Free Speech Red #CE1305
Tints of Free Speech Red #CE1305
RGB
CMYK
RGB Variations
Color information
#CE1305 (or 0xCE1305) is known color: Free Speech Red. HEX triplet: CE, 13 and 05. RGB value is (206,19,5). Sum of RGB (Red+Green+Blue) = 206+19+5=230 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.57% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1305 is #31ECFA. Grayscale: #494949. Windows color (decimal): -3271931 or 332750. OLE color: 332750.
HSL color Cylindrical-coordinate representation of color #CE1305: hue angle of 4.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE1305 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.19 |
| HSL | 4.18º | 0.95% | 0.41% | - |
| HSV(B) | 4.18º | 0.98% | 0.81% | - |
| XYZ | 25.71 | 13.6 | 1.41 | - |
| YUV | 73.32 | 89.45 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 5 | 0 | 0.91 | 0.98 | 0.19 | 4.18 | 0.95 | 0.41 |
| Hex | CE | 13 | 5 | 0 | 5B | 62 | 13 | 4 | 5F | 29 |
| Octal | 316 | 23 | 5 | 0 | 133 | 142 | 23 | 4 | 137 | 51 |
| Binary | 11001110 | 10011 | 101 | 0 | 1011011 | 1100010 | 10011 | 100 | 1011111 | 101001 |
Color Harmonies of #CE1305
Complementary color
Monochromatic Colors of #CE1305
Black with #CE1305
Text Example
Text Example
White with #CE1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1305; }
p { color: rgb(206,19,5); }
H1.HeaderClassName
{
color: #CE1305;
}
.AnyTagClassName
{
color: #CE1305;
}
</style>
background-color css
<style>
a { background-color: #CE1305; }
a { background-color: rgb(206,19,5); }
div.DivClassName
{
background-color: #CE1305;
}
.BgClassName
{
background-color: #CE1305;
}
</style>
border-color css
<style>
span { border-color: #CE1305; }
span { border-color: rgb(206,19,5); }
td.TdClassName
{
border-color: #CE1305;
}
.TagClassName
{
border-color: #CE1305;
}
</style>