Shades of Free Speech Red #CA140F
Tints of Free Speech Red #CA140F
RGB
CMYK
RGB Variations
Color information
#CA140F (or 0xCA140F) is known color: Free Speech Red. HEX triplet: CA, 14 and 0F. RGB value is (202,20,15). Sum of RGB (Red+Green+Blue) = 202+20+15=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA140F is #35EBF0. Grayscale: #4A4A4A. Windows color (decimal): -3533809 or 988362. OLE color: 988362.
HSL color Cylindrical-coordinate representation of color #CA140F: hue angle of 1.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA140F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.21 |
| HSL | 1.6º | 0.86% | 0.43% | - |
| HSV(B) | 1.6º | 0.93% | 0.79% | - |
| XYZ | 24.69 | 13.09 | 1.68 | - |
| YUV | 73.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 15 | 0 | 0.90 | 0.93 | 0.21 | 1.6 | 0.86 | 0.43 |
| Hex | CA | 14 | F | 0 | 5A | 5D | 15 | 2 | 56 | 2B |
| Octal | 312 | 24 | 17 | 0 | 132 | 135 | 25 | 2 | 126 | 53 |
| Binary | 11001010 | 10100 | 1111 | 0 | 1011010 | 1011101 | 10101 | 10 | 1010110 | 101011 |
Color Harmonies of #CA140F
Complementary color
Monochromatic Colors of #CA140F
Black with #CA140F
Text Example
Text Example
White with #CA140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA140F; }
p { color: rgb(202,20,15); }
H1.HeaderClassName
{
color: #CA140F;
}
.AnyTagClassName
{
color: #CA140F;
}
</style>
background-color css
<style>
a { background-color: #CA140F; }
a { background-color: rgb(202,20,15); }
div.DivClassName
{
background-color: #CA140F;
}
.BgClassName
{
background-color: #CA140F;
}
</style>
border-color css
<style>
span { border-color: #CA140F; }
span { border-color: rgb(202,20,15); }
td.TdClassName
{
border-color: #CA140F;
}
.TagClassName
{
border-color: #CA140F;
}
</style>