Shades of Free Speech Red #CA1710
Tints of Free Speech Red #CA1710
RGB
CMYK
RGB Variations
Color information
#CA1710 (or 0xCA1710) is known color: Free Speech Red. HEX triplet: CA, 17 and 10. RGB value is (202,23,16). Sum of RGB (Red+Green+Blue) = 202+23+16=241 (31% of max value = 765). Red value is 202 (79.30% from 255 or 83.82% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1710 is #35E8EF. Grayscale: #4B4B4B. Windows color (decimal): -3533040 or 1054666. OLE color: 1054666.
HSL color Cylindrical-coordinate representation of color #CA1710: hue angle of 2.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1710 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 16 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.21 |
| HSL | 2.26º | 0.85% | 0.43% | - |
| HSV(B) | 2.26º | 0.92% | 0.79% | - |
| XYZ | 24.76 | 13.21 | 1.73 | - |
| YUV | 75.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 16 | 0 | 0.89 | 0.92 | 0.21 | 2.26 | 0.85 | 0.43 |
| Hex | CA | 17 | 10 | 0 | 59 | 5C | 15 | 2 | 55 | 2B |
| Octal | 312 | 27 | 20 | 0 | 131 | 134 | 25 | 2 | 125 | 53 |
| Binary | 11001010 | 10111 | 10000 | 0 | 1011001 | 1011100 | 10101 | 10 | 1010101 | 101011 |
Color Harmonies of #CA1710
Complementary color
Monochromatic Colors of #CA1710
Black with #CA1710
Text Example
Text Example
White with #CA1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1710; }
p { color: rgb(202,23,16); }
H1.HeaderClassName
{
color: #CA1710;
}
.AnyTagClassName
{
color: #CA1710;
}
</style>
background-color css
<style>
a { background-color: #CA1710; }
a { background-color: rgb(202,23,16); }
div.DivClassName
{
background-color: #CA1710;
}
.BgClassName
{
background-color: #CA1710;
}
</style>
border-color css
<style>
span { border-color: #CA1710; }
span { border-color: rgb(202,23,16); }
td.TdClassName
{
border-color: #CA1710;
}
.TagClassName
{
border-color: #CA1710;
}
</style>