Shades of Cardinal #CA1F3A
Tints of Cardinal #CA1F3A
RGB
CMYK
RGB Variations
Color information
#CA1F3A (or 0xCA1F3A) is known color: Cardinal. HEX triplet: CA, 1F and 3A. RGB value is (202,31,58). Sum of RGB (Red+Green+Blue) = 202+31+58=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F3A is #35E0C5. Grayscale: #555555. Windows color (decimal): -3530950 or 3809226. OLE color: 3809226.
HSL color Cylindrical-coordinate representation of color #CA1F3A: hue angle of 350.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F3A is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 58 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.21 |
| HSL | 350.53º | 0.73% | 0.46% | - |
| HSV(B) | 350.53º | 0.85% | 0.79% | - |
| XYZ | 25.61 | 13.84 | 5.32 | - |
| YUV | 85.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 58 | 0 | 0.85 | 0.71 | 0.21 | 350.53 | 0.73 | 0.46 |
| Hex | CA | 1F | 3A | 0 | 55 | 47 | 15 | 15F | 49 | 2E |
| Octal | 312 | 37 | 72 | 0 | 125 | 107 | 25 | 537 | 111 | 56 |
| Binary | 11001010 | 11111 | 111010 | 0 | 1010101 | 1000111 | 10101 | 101011111 | 1001001 | 101110 |
Color Harmonies of #CA1F3A
Complementary color
Monochromatic Colors of #CA1F3A
Black with #CA1F3A
Text Example
Text Example
White with #CA1F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F3A; }
p { color: rgb(202,31,58); }
H1.HeaderClassName
{
color: #CA1F3A;
}
.AnyTagClassName
{
color: #CA1F3A;
}
</style>
background-color css
<style>
a { background-color: #CA1F3A; }
a { background-color: rgb(202,31,58); }
div.DivClassName
{
background-color: #CA1F3A;
}
.BgClassName
{
background-color: #CA1F3A;
}
</style>
border-color css
<style>
span { border-color: #CA1F3A; }
span { border-color: rgb(202,31,58); }
td.TdClassName
{
border-color: #CA1F3A;
}
.TagClassName
{
border-color: #CA1F3A;
}
</style>