Shades of Free Speech Red #CA160F
Tints of Free Speech Red #CA160F
RGB
CMYK
RGB Variations
Color information
#CA160F (or 0xCA160F) is known color: Free Speech Red. HEX triplet: CA, 16 and 0F. RGB value is (202,22,15). Sum of RGB (Red+Green+Blue) = 202+22+15=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA160F is #35E9F0. Grayscale: #4B4B4B. Windows color (decimal): -3533297 or 988874. OLE color: 988874.
HSL color Cylindrical-coordinate representation of color #CA160F: hue angle of 2.25º 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 #CA160F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 15 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.21 |
| HSL | 2.25º | 0.86% | 0.43% | - |
| HSV(B) | 2.25º | 0.93% | 0.79% | - |
| XYZ | 24.73 | 13.16 | 1.69 | - |
| YUV | 75.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 15 | 0 | 0.89 | 0.93 | 0.21 | 2.25 | 0.86 | 0.43 |
| Hex | CA | 16 | F | 0 | 59 | 5D | 15 | 2 | 56 | 2B |
| Octal | 312 | 26 | 17 | 0 | 131 | 135 | 25 | 2 | 126 | 53 |
| Binary | 11001010 | 10110 | 1111 | 0 | 1011001 | 1011101 | 10101 | 10 | 1010110 | 101011 |
Color Harmonies of #CA160F
Complementary color
Monochromatic Colors of #CA160F
Black with #CA160F
Text Example
Text Example
White with #CA160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA160F; }
p { color: rgb(202,22,15); }
H1.HeaderClassName
{
color: #CA160F;
}
.AnyTagClassName
{
color: #CA160F;
}
</style>
background-color css
<style>
a { background-color: #CA160F; }
a { background-color: rgb(202,22,15); }
div.DivClassName
{
background-color: #CA160F;
}
.BgClassName
{
background-color: #CA160F;
}
</style>
border-color css
<style>
span { border-color: #CA160F; }
span { border-color: rgb(202,22,15); }
td.TdClassName
{
border-color: #CA160F;
}
.TagClassName
{
border-color: #CA160F;
}
</style>