Shades of Free Speech Red #CA150E
Tints of Free Speech Red #CA150E
RGB
CMYK
RGB Variations
Color information
#CA150E (or 0xCA150E) is known color: Free Speech Red. HEX triplet: CA, 15 and 0E. RGB value is (202,21,14). Sum of RGB (Red+Green+Blue) = 202+21+14=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA150E is #35EAF1. Grayscale: #4A4A4A. Windows color (decimal): -3533554 or 923082. OLE color: 923082.
HSL color Cylindrical-coordinate representation of color #CA150E: hue angle of 2.23º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA150E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 14 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.21 |
| HSL | 2.23º | 0.87% | 0.42% | - |
| HSV(B) | 2.23º | 0.93% | 0.79% | - |
| XYZ | 24.7 | 13.12 | 1.65 | - |
| YUV | 74.32 | 93.97 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 14 | 0 | 0.90 | 0.93 | 0.21 | 2.23 | 0.87 | 0.42 |
| Hex | CA | 15 | E | 0 | 5A | 5D | 15 | 2 | 57 | 2A |
| Octal | 312 | 25 | 16 | 0 | 132 | 135 | 25 | 2 | 127 | 52 |
| Binary | 11001010 | 10101 | 1110 | 0 | 1011010 | 1011101 | 10101 | 10 | 1010111 | 101010 |
Color Harmonies of #CA150E
Complementary color
Monochromatic Colors of #CA150E
Black with #CA150E
Text Example
Text Example
White with #CA150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA150E; }
p { color: rgb(202,21,14); }
H1.HeaderClassName
{
color: #CA150E;
}
.AnyTagClassName
{
color: #CA150E;
}
</style>
background-color css
<style>
a { background-color: #CA150E; }
a { background-color: rgb(202,21,14); }
div.DivClassName
{
background-color: #CA150E;
}
.BgClassName
{
background-color: #CA150E;
}
</style>
border-color css
<style>
span { border-color: #CA150E; }
span { border-color: rgb(202,21,14); }
td.TdClassName
{
border-color: #CA150E;
}
.TagClassName
{
border-color: #CA150E;
}
</style>