Shades of Crimson #CA0943
Tints of Crimson #CA0943
RGB
CMYK
RGB Variations
Color information
#CA0943 (or 0xCA0943) is known color: Crimson. HEX triplet: CA, 09 and 43. RGB value is (202,9,67). Sum of RGB (Red+Green+Blue) = 202+9+67=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0943 is #35F6BC. Grayscale: #494949. Windows color (decimal): -3536573 or 4393418. OLE color: 4393418.
HSL color Cylindrical-coordinate representation of color #CA0943: hue angle of 341.97º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0943 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.21 |
| HSL | 341.97º | 0.91% | 0.41% | - |
| HSV(B) | 341.97º | 0.96% | 0.79% | - |
| XYZ | 25.47 | 13.16 | 6.51 | - |
| YUV | 73.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 67 | 0 | 0.96 | 0.67 | 0.21 | 341.97 | 0.91 | 0.41 |
| Hex | CA | 9 | 43 | 0 | 60 | 43 | 15 | 156 | 5B | 29 |
| Octal | 312 | 11 | 103 | 0 | 140 | 103 | 25 | 526 | 133 | 51 |
| Binary | 11001010 | 1001 | 1000011 | 0 | 1100000 | 1000011 | 10101 | 101010110 | 1011011 | 101001 |
Color Harmonies of #CA0943
Complementary color
Monochromatic Colors of #CA0943
Black with #CA0943
Text Example
Text Example
White with #CA0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0943; }
p { color: rgb(202,9,67); }
H1.HeaderClassName
{
color: #CA0943;
}
.AnyTagClassName
{
color: #CA0943;
}
</style>
background-color css
<style>
a { background-color: #CA0943; }
a { background-color: rgb(202,9,67); }
div.DivClassName
{
background-color: #CA0943;
}
.BgClassName
{
background-color: #CA0943;
}
</style>
border-color css
<style>
span { border-color: #CA0943; }
span { border-color: rgb(202,9,67); }
td.TdClassName
{
border-color: #CA0943;
}
.TagClassName
{
border-color: #CA0943;
}
</style>