Shades of Free Speech Red #CA110D
Tints of Free Speech Red #CA110D
RGB
CMYK
RGB Variations
Color information
#CA110D (or 0xCA110D) is known color: Free Speech Red. HEX triplet: CA, 11 and 0D. RGB value is (202,17,13). Sum of RGB (Red+Green+Blue) = 202+17+13=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA110D is #35EEF2. Grayscale: #484848. Windows color (decimal): -3534579 or 856522. OLE color: 856522.
HSL color Cylindrical-coordinate representation of color #CA110D: hue angle of 1.27º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA110D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.21 |
| HSL | 1.27º | 0.88% | 0.42% | - |
| HSV(B) | 1.27º | 0.94% | 0.79% | - |
| XYZ | 24.63 | 12.99 | 1.59 | - |
| YUV | 71.86 | 94.79 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 13 | 0 | 0.92 | 0.94 | 0.21 | 1.27 | 0.88 | 0.42 |
| Hex | CA | 11 | D | 0 | 5C | 5E | 15 | 1 | 58 | 2A |
| Octal | 312 | 21 | 15 | 0 | 134 | 136 | 25 | 1 | 130 | 52 |
| Binary | 11001010 | 10001 | 1101 | 0 | 1011100 | 1011110 | 10101 | 1 | 1011000 | 101010 |
Color Harmonies of #CA110D
Complementary color
Monochromatic Colors of #CA110D
Black with #CA110D
Text Example
Text Example
White with #CA110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA110D; }
p { color: rgb(202,17,13); }
H1.HeaderClassName
{
color: #CA110D;
}
.AnyTagClassName
{
color: #CA110D;
}
</style>
background-color css
<style>
a { background-color: #CA110D; }
a { background-color: rgb(202,17,13); }
div.DivClassName
{
background-color: #CA110D;
}
.BgClassName
{
background-color: #CA110D;
}
</style>
border-color css
<style>
span { border-color: #CA110D; }
span { border-color: rgb(202,17,13); }
td.TdClassName
{
border-color: #CA110D;
}
.TagClassName
{
border-color: #CA110D;
}
</style>