Shades of Crimson #CA0130
Tints of Crimson #CA0130
RGB
CMYK
RGB Variations
Color information
#CA0130 (or 0xCA0130) is known color: Crimson. HEX triplet: CA, 01 and 30. RGB value is (202,1,48). Sum of RGB (Red+Green+Blue) = 202+1+48=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0130 is #35FECF. Grayscale: #424242. Windows color (decimal): -3538640 or 3146186. OLE color: 3146186.
HSL color Cylindrical-coordinate representation of color #CA0130: hue angle of 345.97º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0130 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 48 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.21 |
| HSL | 345.97º | 0.99% | 0.4% | - |
| HSV(B) | 345.97º | 1% | 0.79% | - |
| XYZ | 24.9 | 12.79 | 3.95 | - |
| YUV | 66.46 | 117.59 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 48 | 0 | 1.00 | 0.76 | 0.21 | 345.97 | 0.99 | 0.4 |
| Hex | CA | 1 | 30 | 0 | 64 | 4C | 15 | 15A | 63 | 28 |
| Octal | 312 | 1 | 60 | 0 | 144 | 114 | 25 | 532 | 143 | 50 |
| Binary | 11001010 | 1 | 110000 | 0 | 1100100 | 1001100 | 10101 | 101011010 | 1100011 | 101000 |
Color Harmonies of #CA0130
Complementary color
Monochromatic Colors of #CA0130
Black with #CA0130
Text Example
Text Example
White with #CA0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0130; }
p { color: rgb(202,1,48); }
H1.HeaderClassName
{
color: #CA0130;
}
.AnyTagClassName
{
color: #CA0130;
}
</style>
background-color css
<style>
a { background-color: #CA0130; }
a { background-color: rgb(202,1,48); }
div.DivClassName
{
background-color: #CA0130;
}
.BgClassName
{
background-color: #CA0130;
}
</style>
border-color css
<style>
span { border-color: #CA0130; }
span { border-color: rgb(202,1,48); }
td.TdClassName
{
border-color: #CA0130;
}
.TagClassName
{
border-color: #CA0130;
}
</style>