Shades of Crimson #CA053C
Tints of Crimson #CA053C
RGB
CMYK
RGB Variations
Color information
#CA053C (or 0xCA053C) is known color: Crimson. HEX triplet: CA, 05 and 3C. RGB value is (202,5,60). Sum of RGB (Red+Green+Blue) = 202+5+60=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA053C is #35FAC3. Grayscale: #464646. Windows color (decimal): -3537604 or 3933642. OLE color: 3933642.
HSL color Cylindrical-coordinate representation of color #CA053C: hue angle of 343.25º 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 #CA053C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.21 |
| HSL | 343.25º | 0.95% | 0.41% | - |
| HSV(B) | 343.25º | 0.98% | 0.79% | - |
| XYZ | 25.23 | 12.99 | 5.45 | - |
| YUV | 70.17 | 122.27 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 60 | 0 | 0.98 | 0.70 | 0.21 | 343.25 | 0.95 | 0.41 |
| Hex | CA | 5 | 3C | 0 | 62 | 46 | 15 | 157 | 5F | 29 |
| Octal | 312 | 5 | 74 | 0 | 142 | 106 | 25 | 527 | 137 | 51 |
| Binary | 11001010 | 101 | 111100 | 0 | 1100010 | 1000110 | 10101 | 101010111 | 1011111 | 101001 |
Color Harmonies of #CA053C
Complementary color
Monochromatic Colors of #CA053C
Black with #CA053C
Text Example
Text Example
White with #CA053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA053C; }
p { color: rgb(202,5,60); }
H1.HeaderClassName
{
color: #CA053C;
}
.AnyTagClassName
{
color: #CA053C;
}
</style>
background-color css
<style>
a { background-color: #CA053C; }
a { background-color: rgb(202,5,60); }
div.DivClassName
{
background-color: #CA053C;
}
.BgClassName
{
background-color: #CA053C;
}
</style>
border-color css
<style>
span { border-color: #CA053C; }
span { border-color: rgb(202,5,60); }
td.TdClassName
{
border-color: #CA053C;
}
.TagClassName
{
border-color: #CA053C;
}
</style>