Shades of Free Speech Red #CA170E
Tints of Free Speech Red #CA170E
RGB
CMYK
RGB Variations
Color information
#CA170E (or 0xCA170E) is known color: Free Speech Red. HEX triplet: CA, 17 and 0E. RGB value is (202,23,14). Sum of RGB (Red+Green+Blue) = 202+23+14=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA170E is #35E8F1. Grayscale: #4B4B4B. Windows color (decimal): -3533042 or 923594. OLE color: 923594.
HSL color Cylindrical-coordinate representation of color #CA170E: hue angle of 2.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA170E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 14 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.21 |
| HSL | 2.87º | 0.87% | 0.42% | - |
| HSV(B) | 2.87º | 0.93% | 0.79% | - |
| XYZ | 24.74 | 13.2 | 1.66 | - |
| YUV | 75.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 14 | 0 | 0.89 | 0.93 | 0.21 | 2.87 | 0.87 | 0.42 |
| Hex | CA | 17 | E | 0 | 59 | 5D | 15 | 3 | 57 | 2A |
| Octal | 312 | 27 | 16 | 0 | 131 | 135 | 25 | 3 | 127 | 52 |
| Binary | 11001010 | 10111 | 1110 | 0 | 1011001 | 1011101 | 10101 | 11 | 1010111 | 101010 |
Color Harmonies of #CA170E
Complementary color
Monochromatic Colors of #CA170E
Black with #CA170E
Text Example
Text Example
White with #CA170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA170E; }
p { color: rgb(202,23,14); }
H1.HeaderClassName
{
color: #CA170E;
}
.AnyTagClassName
{
color: #CA170E;
}
</style>
background-color css
<style>
a { background-color: #CA170E; }
a { background-color: rgb(202,23,14); }
div.DivClassName
{
background-color: #CA170E;
}
.BgClassName
{
background-color: #CA170E;
}
</style>
border-color css
<style>
span { border-color: #CA170E; }
span { border-color: rgb(202,23,14); }
td.TdClassName
{
border-color: #CA170E;
}
.TagClassName
{
border-color: #CA170E;
}
</style>