Shades of Cardinal #CA1F32
Tints of Cardinal #CA1F32
RGB
CMYK
RGB Variations
Color information
#CA1F32 (or 0xCA1F32) is known color: Cardinal. HEX triplet: CA, 1F and 32. RGB value is (202,31,50). Sum of RGB (Red+Green+Blue) = 202+31+50=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F32 is #35E0CD. Grayscale: #545454. Windows color (decimal): -3530958 or 3284938. OLE color: 3284938.
HSL color Cylindrical-coordinate representation of color #CA1F32: hue angle of 353.33º 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 #CA1F32 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 50 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.21 |
| HSL | 353.33º | 0.73% | 0.46% | - |
| HSV(B) | 353.33º | 0.85% | 0.79% | - |
| XYZ | 25.42 | 13.77 | 4.33 | - |
| YUV | 84.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 50 | 0 | 0.85 | 0.75 | 0.21 | 353.33 | 0.73 | 0.46 |
| Hex | CA | 1F | 32 | 0 | 55 | 4B | 15 | 161 | 49 | 2E |
| Octal | 312 | 37 | 62 | 0 | 125 | 113 | 25 | 541 | 111 | 56 |
| Binary | 11001010 | 11111 | 110010 | 0 | 1010101 | 1001011 | 10101 | 101100001 | 1001001 | 101110 |
Color Harmonies of #CA1F32
Complementary color
Monochromatic Colors of #CA1F32
Black with #CA1F32
Text Example
Text Example
White with #CA1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F32; }
p { color: rgb(202,31,50); }
H1.HeaderClassName
{
color: #CA1F32;
}
.AnyTagClassName
{
color: #CA1F32;
}
</style>
background-color css
<style>
a { background-color: #CA1F32; }
a { background-color: rgb(202,31,50); }
div.DivClassName
{
background-color: #CA1F32;
}
.BgClassName
{
background-color: #CA1F32;
}
</style>
border-color css
<style>
span { border-color: #CA1F32; }
span { border-color: rgb(202,31,50); }
td.TdClassName
{
border-color: #CA1F32;
}
.TagClassName
{
border-color: #CA1F32;
}
</style>