Shades of Crimson #CA033E
Tints of Crimson #CA033E
RGB
CMYK
RGB Variations
Color information
#CA033E (or 0xCA033E) is known color: Crimson. HEX triplet: CA, 03 and 3E. RGB value is (202,3,62). Sum of RGB (Red+Green+Blue) = 202+3+62=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA033E is #35FCC1. Grayscale: #454545. Windows color (decimal): -3538114 or 4064202. OLE color: 4064202.
HSL color Cylindrical-coordinate representation of color #CA033E: hue angle of 342.21º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA033E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.21 |
| HSL | 342.21º | 0.97% | 0.4% | - |
| HSV(B) | 342.21º | 0.99% | 0.79% | - |
| XYZ | 25.26 | 12.97 | 5.73 | - |
| YUV | 69.23 | 123.93 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 62 | 0 | 0.99 | 0.69 | 0.21 | 342.21 | 0.97 | 0.4 |
| Hex | CA | 3 | 3E | 0 | 63 | 45 | 15 | 156 | 61 | 28 |
| Octal | 312 | 3 | 76 | 0 | 143 | 105 | 25 | 526 | 141 | 50 |
| Binary | 11001010 | 11 | 111110 | 0 | 1100011 | 1000101 | 10101 | 101010110 | 1100001 | 101000 |
Color Harmonies of #CA033E
Complementary color
Monochromatic Colors of #CA033E
Black with #CA033E
Text Example
Text Example
White with #CA033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA033E; }
p { color: rgb(202,3,62); }
H1.HeaderClassName
{
color: #CA033E;
}
.AnyTagClassName
{
color: #CA033E;
}
</style>
background-color css
<style>
a { background-color: #CA033E; }
a { background-color: rgb(202,3,62); }
div.DivClassName
{
background-color: #CA033E;
}
.BgClassName
{
background-color: #CA033E;
}
</style>
border-color css
<style>
span { border-color: #CA033E; }
span { border-color: rgb(202,3,62); }
td.TdClassName
{
border-color: #CA033E;
}
.TagClassName
{
border-color: #CA033E;
}
</style>