Shades of Crimson #CA073E
Tints of Crimson #CA073E
RGB
CMYK
RGB Variations
Color information
#CA073E (or 0xCA073E) is known color: Crimson. HEX triplet: CA, 07 and 3E. RGB value is (202,7,62). Sum of RGB (Red+Green+Blue) = 202+7+62=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA073E is #35F8C1. Grayscale: #474747. Windows color (decimal): -3537090 or 4065226. OLE color: 4065226.
HSL color Cylindrical-coordinate representation of color #CA073E: hue angle of 343.08º degrees, saturation: 0.93, 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 #CA073E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.21 |
| HSL | 343.08º | 0.93% | 0.41% | - |
| HSV(B) | 343.08º | 0.97% | 0.79% | - |
| XYZ | 25.3 | 13.06 | 5.74 | - |
| YUV | 71.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 62 | 0 | 0.97 | 0.69 | 0.21 | 343.08 | 0.93 | 0.41 |
| Hex | CA | 7 | 3E | 0 | 61 | 45 | 15 | 157 | 5D | 29 |
| Octal | 312 | 7 | 76 | 0 | 141 | 105 | 25 | 527 | 135 | 51 |
| Binary | 11001010 | 111 | 111110 | 0 | 1100001 | 1000101 | 10101 | 101010111 | 1011101 | 101001 |
Color Harmonies of #CA073E
Complementary color
Monochromatic Colors of #CA073E
Black with #CA073E
Text Example
Text Example
White with #CA073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA073E; }
p { color: rgb(202,7,62); }
H1.HeaderClassName
{
color: #CA073E;
}
.AnyTagClassName
{
color: #CA073E;
}
</style>
background-color css
<style>
a { background-color: #CA073E; }
a { background-color: rgb(202,7,62); }
div.DivClassName
{
background-color: #CA073E;
}
.BgClassName
{
background-color: #CA073E;
}
</style>
border-color css
<style>
span { border-color: #CA073E; }
span { border-color: rgb(202,7,62); }
td.TdClassName
{
border-color: #CA073E;
}
.TagClassName
{
border-color: #CA073E;
}
</style>