Shades of Crimson #CA0038
Tints of Crimson #CA0038
RGB
CMYK
RGB Variations
Color information
#CA0038 (or 0xCA0038) is known color: Crimson. HEX triplet: CA, 00 and 38. RGB value is (202,0,56). Sum of RGB (Red+Green+Blue) = 202+0+56=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0038 is #35FFC7. Grayscale: #424242. Windows color (decimal): -3538888 or 3670218. OLE color: 3670218.
HSL color Cylindrical-coordinate representation of color #CA0038: hue angle of 343.37º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0038 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.72 | 0.21 |
| HSL | 343.37º | 1% | 0.4% | - |
| HSV(B) | 343.37º | 1% | 0.79% | - |
| XYZ | 25.07 | 12.84 | 4.9 | - |
| YUV | 66.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 56 | 0 | 1 | 0.72 | 0.21 | 343.37 | 1 | 0.4 |
| Hex | CA | 0 | 38 | 0 | 64 | 48 | 15 | 157 | 64 | 28 |
| Octal | 312 | 0 | 70 | 0 | 144 | 110 | 25 | 527 | 144 | 50 |
| Binary | 11001010 | 0 | 111000 | 0 | 1100100 | 1001000 | 10101 | 101010111 | 1100100 | 101000 |
Color Harmonies of #CA0038
Complementary color
Monochromatic Colors of #CA0038
Black with #CA0038
Text Example
Text Example
White with #CA0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0038; }
p { color: rgb(202,0,56); }
H1.HeaderClassName
{
color: #CA0038;
}
.AnyTagClassName
{
color: #CA0038;
}
</style>
background-color css
<style>
a { background-color: #CA0038; }
a { background-color: rgb(202,0,56); }
div.DivClassName
{
background-color: #CA0038;
}
.BgClassName
{
background-color: #CA0038;
}
</style>
border-color css
<style>
span { border-color: #CA0038; }
span { border-color: rgb(202,0,56); }
td.TdClassName
{
border-color: #CA0038;
}
.TagClassName
{
border-color: #CA0038;
}
</style>