Shades of Cardinal #C31A33
Tints of Cardinal #C31A33
RGB
CMYK
RGB Variations
Color information
#C31A33 (or 0xC31A33) is known color: Cardinal. HEX triplet: C3, 1A and 33. RGB value is (195,26,51). Sum of RGB (Red+Green+Blue) = 195+26+51=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31A33 is #3CE5CC. Grayscale: #4F4F4F. Windows color (decimal): -3990989 or 3349187. OLE color: 3349187.
HSL color Cylindrical-coordinate representation of color #C31A33: hue angle of 351.12º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A33 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 51 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.24 |
| HSL | 351.12º | 0.76% | 0.43% | - |
| HSV(B) | 351.12º | 0.87% | 0.76% | - |
| XYZ | 23.47 | 12.58 | 4.32 | - |
| YUV | 79.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 51 | 0 | 0.87 | 0.74 | 0.24 | 351.12 | 0.76 | 0.43 |
| Hex | C3 | 1A | 33 | 0 | 57 | 4A | 18 | 15F | 4C | 2B |
| Octal | 303 | 32 | 63 | 0 | 127 | 112 | 30 | 537 | 114 | 53 |
| Binary | 11000011 | 11010 | 110011 | 0 | 1010111 | 1001010 | 11000 | 101011111 | 1001100 | 101011 |
Color Harmonies of #C31A33
Complementary color
Monochromatic Colors of #C31A33
Black with #C31A33
Text Example
Text Example
White with #C31A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A33; }
p { color: rgb(195,26,51); }
H1.HeaderClassName
{
color: #C31A33;
}
.AnyTagClassName
{
color: #C31A33;
}
</style>
background-color css
<style>
a { background-color: #C31A33; }
a { background-color: rgb(195,26,51); }
div.DivClassName
{
background-color: #C31A33;
}
.BgClassName
{
background-color: #C31A33;
}
</style>
border-color css
<style>
span { border-color: #C31A33; }
span { border-color: rgb(195,26,51); }
td.TdClassName
{
border-color: #C31A33;
}
.TagClassName
{
border-color: #C31A33;
}
</style>