Shades of Free Speech Red #CA140D
Tints of Free Speech Red #CA140D
RGB
CMYK
RGB Variations
Color information
#CA140D (or 0xCA140D) is known color: Free Speech Red. HEX triplet: CA, 14 and 0D. RGB value is (202,20,13). Sum of RGB (Red+Green+Blue) = 202+20+13=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA140D is #35EBF2. Grayscale: #494949. Windows color (decimal): -3533811 or 857290. OLE color: 857290.
HSL color Cylindrical-coordinate representation of color #CA140D: hue angle of 2.22º 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 #CA140D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.21 |
| HSL | 2.22º | 0.88% | 0.42% | - |
| HSV(B) | 2.22º | 0.94% | 0.79% | - |
| XYZ | 24.68 | 13.09 | 1.61 | - |
| YUV | 73.62 | 93.8 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 13 | 0 | 0.90 | 0.94 | 0.21 | 2.22 | 0.88 | 0.42 |
| Hex | CA | 14 | D | 0 | 5A | 5E | 15 | 2 | 58 | 2A |
| Octal | 312 | 24 | 15 | 0 | 132 | 136 | 25 | 2 | 130 | 52 |
| Binary | 11001010 | 10100 | 1101 | 0 | 1011010 | 1011110 | 10101 | 10 | 1011000 | 101010 |
Color Harmonies of #CA140D
Complementary color
Monochromatic Colors of #CA140D
Black with #CA140D
Text Example
Text Example
White with #CA140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA140D; }
p { color: rgb(202,20,13); }
H1.HeaderClassName
{
color: #CA140D;
}
.AnyTagClassName
{
color: #CA140D;
}
</style>
background-color css
<style>
a { background-color: #CA140D; }
a { background-color: rgb(202,20,13); }
div.DivClassName
{
background-color: #CA140D;
}
.BgClassName
{
background-color: #CA140D;
}
</style>
border-color css
<style>
span { border-color: #CA140D; }
span { border-color: rgb(202,20,13); }
td.TdClassName
{
border-color: #CA140D;
}
.TagClassName
{
border-color: #CA140D;
}
</style>