Shades of Free Speech Red #CA0903
Tints of Free Speech Red #CA0903
RGB
CMYK
RGB Variations
Color information
#CA0903 (or 0xCA0903) is known color: Free Speech Red. HEX triplet: CA, 09 and 03. RGB value is (202,9,3). Sum of RGB (Red+Green+Blue) = 202+9+3=214 (28% of max value = 765). Red value is 202 (79.30% from 255 or 94.39% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0903 is #35F6FC. Grayscale: #424242. Windows color (decimal): -3536637 or 199114. OLE color: 199114.
HSL color Cylindrical-coordinate representation of color #CA0903: hue angle of 1.81º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.21 |
| HSL | 1.81º | 0.97% | 0.4% | - |
| HSV(B) | 1.81º | 0.99% | 0.79% | - |
| XYZ | 24.47 | 12.76 | 1.26 | - |
| YUV | 66.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 3 | 0 | 0.96 | 0.99 | 0.21 | 1.81 | 0.97 | 0.4 |
| Hex | CA | 9 | 3 | 0 | 60 | 63 | 15 | 2 | 61 | 28 |
| Octal | 312 | 11 | 3 | 0 | 140 | 143 | 25 | 2 | 141 | 50 |
| Binary | 11001010 | 1001 | 11 | 0 | 1100000 | 1100011 | 10101 | 10 | 1100001 | 101000 |
Color Harmonies of #CA0903
Complementary color
Monochromatic Colors of #CA0903
Black with #CA0903
Text Example
Text Example
White with #CA0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0903; }
p { color: rgb(202,9,3); }
H1.HeaderClassName
{
color: #CA0903;
}
.AnyTagClassName
{
color: #CA0903;
}
</style>
background-color css
<style>
a { background-color: #CA0903; }
a { background-color: rgb(202,9,3); }
div.DivClassName
{
background-color: #CA0903;
}
.BgClassName
{
background-color: #CA0903;
}
</style>
border-color css
<style>
span { border-color: #CA0903; }
span { border-color: rgb(202,9,3); }
td.TdClassName
{
border-color: #CA0903;
}
.TagClassName
{
border-color: #CA0903;
}
</style>