Shades of Crimson #CA094A
Tints of Crimson #CA094A
RGB
CMYK
RGB Variations
Color information
#CA094A (or 0xCA094A) is known color: Crimson. HEX triplet: CA, 09 and 4A. RGB value is (202,9,74). Sum of RGB (Red+Green+Blue) = 202+9+74=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA094A is #35F6B5. Grayscale: #4A4A4A. Windows color (decimal): -3536566 or 4852170. OLE color: 4852170.
HSL color Cylindrical-coordinate representation of color #CA094A: hue angle of 339.79º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA094A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.21 |
| HSL | 339.79º | 0.91% | 0.41% | - |
| HSV(B) | 339.79º | 0.96% | 0.79% | - |
| XYZ | 25.69 | 13.25 | 7.68 | - |
| YUV | 74.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 74 | 0 | 0.96 | 0.63 | 0.21 | 339.79 | 0.91 | 0.41 |
| Hex | CA | 9 | 4A | 0 | 60 | 3F | 15 | 154 | 5B | 29 |
| Octal | 312 | 11 | 112 | 0 | 140 | 77 | 25 | 524 | 133 | 51 |
| Binary | 11001010 | 1001 | 1001010 | 0 | 1100000 | 111111 | 10101 | 101010100 | 1011011 | 101001 |
Color Harmonies of #CA094A
Complementary color
Monochromatic Colors of #CA094A
Black with #CA094A
Text Example
Text Example
White with #CA094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA094A; }
p { color: rgb(202,9,74); }
H1.HeaderClassName
{
color: #CA094A;
}
.AnyTagClassName
{
color: #CA094A;
}
</style>
background-color css
<style>
a { background-color: #CA094A; }
a { background-color: rgb(202,9,74); }
div.DivClassName
{
background-color: #CA094A;
}
.BgClassName
{
background-color: #CA094A;
}
</style>
border-color css
<style>
span { border-color: #CA094A; }
span { border-color: rgb(202,9,74); }
td.TdClassName
{
border-color: #CA094A;
}
.TagClassName
{
border-color: #CA094A;
}
</style>