Shades of Free Speech Red #CA140B
Tints of Free Speech Red #CA140B
RGB
CMYK
RGB Variations
Color information
#CA140B (or 0xCA140B) is known color: Free Speech Red. HEX triplet: CA, 14 and 0B. RGB value is (202,20,11). Sum of RGB (Red+Green+Blue) = 202+20+11=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA140B is #35EBF4. Grayscale: #494949. Windows color (decimal): -3533813 or 726218. OLE color: 726218.
HSL color Cylindrical-coordinate representation of color #CA140B: hue angle of 2.83º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA140B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.21 |
| HSL | 2.83º | 0.9% | 0.42% | - |
| HSV(B) | 2.83º | 0.95% | 0.79% | - |
| XYZ | 24.67 | 13.08 | 1.54 | - |
| YUV | 73.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 11 | 0 | 0.90 | 0.95 | 0.21 | 2.83 | 0.9 | 0.42 |
| Hex | CA | 14 | B | 0 | 5A | 5F | 15 | 3 | 5A | 2A |
| Octal | 312 | 24 | 13 | 0 | 132 | 137 | 25 | 3 | 132 | 52 |
| Binary | 11001010 | 10100 | 1011 | 0 | 1011010 | 1011111 | 10101 | 11 | 1011010 | 101010 |
Color Harmonies of #CA140B
Complementary color
Monochromatic Colors of #CA140B
Black with #CA140B
Text Example
Text Example
White with #CA140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA140B; }
p { color: rgb(202,20,11); }
H1.HeaderClassName
{
color: #CA140B;
}
.AnyTagClassName
{
color: #CA140B;
}
</style>
background-color css
<style>
a { background-color: #CA140B; }
a { background-color: rgb(202,20,11); }
div.DivClassName
{
background-color: #CA140B;
}
.BgClassName
{
background-color: #CA140B;
}
</style>
border-color css
<style>
span { border-color: #CA140B; }
span { border-color: rgb(202,20,11); }
td.TdClassName
{
border-color: #CA140B;
}
.TagClassName
{
border-color: #CA140B;
}
</style>