Shades of Crimson #CA0940
Tints of Crimson #CA0940
RGB
CMYK
RGB Variations
Color information
#CA0940 (or 0xCA0940) is known color: Crimson. HEX triplet: CA, 09 and 40. RGB value is (202,9,64). Sum of RGB (Red+Green+Blue) = 202+9+64=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0940 is #35F6BF. Grayscale: #484848. Windows color (decimal): -3536576 or 4196810. OLE color: 4196810.
HSL color Cylindrical-coordinate representation of color #CA0940: hue angle of 342.9º 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 #CA0940 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 64 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.21 |
| HSL | 342.9º | 0.91% | 0.41% | - |
| HSV(B) | 342.9º | 0.96% | 0.79% | - |
| XYZ | 25.38 | 13.12 | 6.05 | - |
| YUV | 72.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 64 | 0 | 0.96 | 0.68 | 0.21 | 342.9 | 0.91 | 0.41 |
| Hex | CA | 9 | 40 | 0 | 60 | 44 | 15 | 157 | 5B | 29 |
| Octal | 312 | 11 | 100 | 0 | 140 | 104 | 25 | 527 | 133 | 51 |
| Binary | 11001010 | 1001 | 1000000 | 0 | 1100000 | 1000100 | 10101 | 101010111 | 1011011 | 101001 |
Color Harmonies of #CA0940
Complementary color
Monochromatic Colors of #CA0940
Black with #CA0940
Text Example
Text Example
White with #CA0940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0940; }
p { color: rgb(202,9,64); }
H1.HeaderClassName
{
color: #CA0940;
}
.AnyTagClassName
{
color: #CA0940;
}
</style>
background-color css
<style>
a { background-color: #CA0940; }
a { background-color: rgb(202,9,64); }
div.DivClassName
{
background-color: #CA0940;
}
.BgClassName
{
background-color: #CA0940;
}
</style>
border-color css
<style>
span { border-color: #CA0940; }
span { border-color: rgb(202,9,64); }
td.TdClassName
{
border-color: #CA0940;
}
.TagClassName
{
border-color: #CA0940;
}
</style>