Shades of Crimson #CA0945
Tints of Crimson #CA0945
RGB
CMYK
RGB Variations
Color information
#CA0945 (or 0xCA0945) is known color: Crimson. HEX triplet: CA, 09 and 45. RGB value is (202,9,69). Sum of RGB (Red+Green+Blue) = 202+9+69=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0945 is #35F6BA. Grayscale: #494949. Windows color (decimal): -3536571 or 4524490. OLE color: 4524490.
HSL color Cylindrical-coordinate representation of color #CA0945: hue angle of 341.35º 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 #CA0945 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.21 |
| HSL | 341.35º | 0.91% | 0.41% | - |
| HSV(B) | 341.35º | 0.96% | 0.79% | - |
| XYZ | 25.53 | 13.18 | 6.83 | - |
| YUV | 73.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 69 | 0 | 0.96 | 0.66 | 0.21 | 341.35 | 0.91 | 0.41 |
| Hex | CA | 9 | 45 | 0 | 60 | 42 | 15 | 155 | 5B | 29 |
| Octal | 312 | 11 | 105 | 0 | 140 | 102 | 25 | 525 | 133 | 51 |
| Binary | 11001010 | 1001 | 1000101 | 0 | 1100000 | 1000010 | 10101 | 101010101 | 1011011 | 101001 |
Color Harmonies of #CA0945
Complementary color
Monochromatic Colors of #CA0945
Black with #CA0945
Text Example
Text Example
White with #CA0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0945; }
p { color: rgb(202,9,69); }
H1.HeaderClassName
{
color: #CA0945;
}
.AnyTagClassName
{
color: #CA0945;
}
</style>
background-color css
<style>
a { background-color: #CA0945; }
a { background-color: rgb(202,9,69); }
div.DivClassName
{
background-color: #CA0945;
}
.BgClassName
{
background-color: #CA0945;
}
</style>
border-color css
<style>
span { border-color: #CA0945; }
span { border-color: rgb(202,9,69); }
td.TdClassName
{
border-color: #CA0945;
}
.TagClassName
{
border-color: #CA0945;
}
</style>