Shades of Crimson #CA053E
Tints of Crimson #CA053E
RGB
CMYK
RGB Variations
Color information
#CA053E (or 0xCA053E) is known color: Crimson. HEX triplet: CA, 05 and 3E. RGB value is (202,5,62). Sum of RGB (Red+Green+Blue) = 202+5+62=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA053E is #35FAC1. Grayscale: #464646. Windows color (decimal): -3537602 or 4064714. OLE color: 4064714.
HSL color Cylindrical-coordinate representation of color #CA053E: hue angle of 342.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA053E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.21 |
| HSL | 342.64º | 0.95% | 0.41% | - |
| HSV(B) | 342.64º | 0.98% | 0.79% | - |
| XYZ | 25.28 | 13.01 | 5.74 | - |
| YUV | 70.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 62 | 0 | 0.98 | 0.69 | 0.21 | 342.64 | 0.95 | 0.41 |
| Hex | CA | 5 | 3E | 0 | 62 | 45 | 15 | 157 | 5F | 29 |
| Octal | 312 | 5 | 76 | 0 | 142 | 105 | 25 | 527 | 137 | 51 |
| Binary | 11001010 | 101 | 111110 | 0 | 1100010 | 1000101 | 10101 | 101010111 | 1011111 | 101001 |
Color Harmonies of #CA053E
Complementary color
Monochromatic Colors of #CA053E
Black with #CA053E
Text Example
Text Example
White with #CA053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA053E; }
p { color: rgb(202,5,62); }
H1.HeaderClassName
{
color: #CA053E;
}
.AnyTagClassName
{
color: #CA053E;
}
</style>
background-color css
<style>
a { background-color: #CA053E; }
a { background-color: rgb(202,5,62); }
div.DivClassName
{
background-color: #CA053E;
}
.BgClassName
{
background-color: #CA053E;
}
</style>
border-color css
<style>
span { border-color: #CA053E; }
span { border-color: rgb(202,5,62); }
td.TdClassName
{
border-color: #CA053E;
}
.TagClassName
{
border-color: #CA053E;
}
</style>