Shades of Crimson #CA013F
Tints of Crimson #CA013F
RGB
CMYK
RGB Variations
Color information
#CA013F (or 0xCA013F) is known color: Crimson. HEX triplet: CA, 01 and 3F. RGB value is (202,1,63). Sum of RGB (Red+Green+Blue) = 202+1+63=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA013F is #35FEC0. Grayscale: #444444. Windows color (decimal): -3538625 or 4129226. OLE color: 4129226.
HSL color Cylindrical-coordinate representation of color #CA013F: hue angle of 341.49º 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 #CA013F is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.21 |
| HSL | 341.49º | 0.99% | 0.4% | - |
| HSV(B) | 341.49º | 1% | 0.79% | - |
| XYZ | 25.27 | 12.94 | 5.87 | - |
| YUV | 68.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 63 | 0 | 1.00 | 0.69 | 0.21 | 341.49 | 0.99 | 0.4 |
| Hex | CA | 1 | 3F | 0 | 64 | 45 | 15 | 155 | 63 | 28 |
| Octal | 312 | 1 | 77 | 0 | 144 | 105 | 25 | 525 | 143 | 50 |
| Binary | 11001010 | 1 | 111111 | 0 | 1100100 | 1000101 | 10101 | 101010101 | 1100011 | 101000 |
Color Harmonies of #CA013F
Complementary color
Monochromatic Colors of #CA013F
Black with #CA013F
Text Example
Text Example
White with #CA013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA013F; }
p { color: rgb(202,1,63); }
H1.HeaderClassName
{
color: #CA013F;
}
.AnyTagClassName
{
color: #CA013F;
}
</style>
background-color css
<style>
a { background-color: #CA013F; }
a { background-color: rgb(202,1,63); }
div.DivClassName
{
background-color: #CA013F;
}
.BgClassName
{
background-color: #CA013F;
}
</style>
border-color css
<style>
span { border-color: #CA013F; }
span { border-color: rgb(202,1,63); }
td.TdClassName
{
border-color: #CA013F;
}
.TagClassName
{
border-color: #CA013F;
}
</style>