Shades of Crimson #CA074A
Tints of Crimson #CA074A
RGB
CMYK
RGB Variations
Color information
#CA074A (or 0xCA074A) is known color: Crimson. HEX triplet: CA, 07 and 4A. RGB value is (202,7,74). Sum of RGB (Red+Green+Blue) = 202+7+74=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA074A is #35F8B5. Grayscale: #484848. Windows color (decimal): -3537078 or 4851658. OLE color: 4851658.
HSL color Cylindrical-coordinate representation of color #CA074A: hue angle of 339.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA074A is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 74 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.21 |
| HSL | 339.38º | 0.93% | 0.41% | - |
| HSV(B) | 339.38º | 0.97% | 0.79% | - |
| XYZ | 25.67 | 13.2 | 7.67 | - |
| YUV | 72.94 | 128.6 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 74 | 0 | 0.97 | 0.63 | 0.21 | 339.38 | 0.93 | 0.41 |
| Hex | CA | 7 | 4A | 0 | 61 | 3F | 15 | 153 | 5D | 29 |
| Octal | 312 | 7 | 112 | 0 | 141 | 77 | 25 | 523 | 135 | 51 |
| Binary | 11001010 | 111 | 1001010 | 0 | 1100001 | 111111 | 10101 | 101010011 | 1011101 | 101001 |
Color Harmonies of #CA074A
Complementary color
Monochromatic Colors of #CA074A
Black with #CA074A
Text Example
Text Example
White with #CA074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA074A; }
p { color: rgb(202,7,74); }
H1.HeaderClassName
{
color: #CA074A;
}
.AnyTagClassName
{
color: #CA074A;
}
</style>
background-color css
<style>
a { background-color: #CA074A; }
a { background-color: rgb(202,7,74); }
div.DivClassName
{
background-color: #CA074A;
}
.BgClassName
{
background-color: #CA074A;
}
</style>
border-color css
<style>
span { border-color: #CA074A; }
span { border-color: rgb(202,7,74); }
td.TdClassName
{
border-color: #CA074A;
}
.TagClassName
{
border-color: #CA074A;
}
</style>