Shades of Crimson #CA063E
Tints of Crimson #CA063E
RGB
CMYK
RGB Variations
Color information
#CA063E (or 0xCA063E) is known color: Crimson. HEX triplet: CA, 06 and 3E. RGB value is (202,6,62). Sum of RGB (Red+Green+Blue) = 202+6+62=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA063E is #35F9C1. Grayscale: #464646. Windows color (decimal): -3537346 or 4064970. OLE color: 4064970.
HSL color Cylindrical-coordinate representation of color #CA063E: hue angle of 342.86º degrees, saturation: 0.94, 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 #CA063E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.21 |
| HSL | 342.86º | 0.94% | 0.41% | - |
| HSV(B) | 342.86º | 0.97% | 0.79% | - |
| XYZ | 25.29 | 13.03 | 5.74 | - |
| YUV | 70.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 62 | 0 | 0.97 | 0.69 | 0.21 | 342.86 | 0.94 | 0.41 |
| Hex | CA | 6 | 3E | 0 | 61 | 45 | 15 | 157 | 5E | 29 |
| Octal | 312 | 6 | 76 | 0 | 141 | 105 | 25 | 527 | 136 | 51 |
| Binary | 11001010 | 110 | 111110 | 0 | 1100001 | 1000101 | 10101 | 101010111 | 1011110 | 101001 |
Color Harmonies of #CA063E
Complementary color
Monochromatic Colors of #CA063E
Black with #CA063E
Text Example
Text Example
White with #CA063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA063E; }
p { color: rgb(202,6,62); }
H1.HeaderClassName
{
color: #CA063E;
}
.AnyTagClassName
{
color: #CA063E;
}
</style>
background-color css
<style>
a { background-color: #CA063E; }
a { background-color: rgb(202,6,62); }
div.DivClassName
{
background-color: #CA063E;
}
.BgClassName
{
background-color: #CA063E;
}
</style>
border-color css
<style>
span { border-color: #CA063E; }
span { border-color: rgb(202,6,62); }
td.TdClassName
{
border-color: #CA063E;
}
.TagClassName
{
border-color: #CA063E;
}
</style>