Shades of Crimson #CA0147
Tints of Crimson #CA0147
RGB
CMYK
RGB Variations
Color information
#CA0147 (or 0xCA0147) is known color: Crimson. HEX triplet: CA, 01 and 47. RGB value is (202,1,71). Sum of RGB (Red+Green+Blue) = 202+1+71=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0147 is #35FEB8. Grayscale: #454545. Windows color (decimal): -3538617 or 4653514. OLE color: 4653514.
HSL color Cylindrical-coordinate representation of color #CA0147: hue angle of 339.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0147 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.21 |
| HSL | 339.1º | 0.99% | 0.4% | - |
| HSV(B) | 339.1º | 1% | 0.79% | - |
| XYZ | 25.51 | 13.03 | 7.13 | - |
| YUV | 69.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 71 | 0 | 1.00 | 0.65 | 0.21 | 339.1 | 0.99 | 0.4 |
| Hex | CA | 1 | 47 | 0 | 64 | 41 | 15 | 153 | 63 | 28 |
| Octal | 312 | 1 | 107 | 0 | 144 | 101 | 25 | 523 | 143 | 50 |
| Binary | 11001010 | 1 | 1000111 | 0 | 1100100 | 1000001 | 10101 | 101010011 | 1100011 | 101000 |
Color Harmonies of #CA0147
Complementary color
Monochromatic Colors of #CA0147
Black with #CA0147
Text Example
Text Example
White with #CA0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0147; }
p { color: rgb(202,1,71); }
H1.HeaderClassName
{
color: #CA0147;
}
.AnyTagClassName
{
color: #CA0147;
}
</style>
background-color css
<style>
a { background-color: #CA0147; }
a { background-color: rgb(202,1,71); }
div.DivClassName
{
background-color: #CA0147;
}
.BgClassName
{
background-color: #CA0147;
}
</style>
border-color css
<style>
span { border-color: #CA0147; }
span { border-color: rgb(202,1,71); }
td.TdClassName
{
border-color: #CA0147;
}
.TagClassName
{
border-color: #CA0147;
}
</style>