Shades of Cardinal #C31835
Tints of Cardinal #C31835
RGB
CMYK
RGB Variations
Color information
#C31835 (or 0xC31835) is known color: Cardinal. HEX triplet: C3, 18 and 35. RGB value is (195,24,53). Sum of RGB (Red+Green+Blue) = 195+24+53=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C31835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31835 is #3CE7CA. Grayscale: #4E4E4E. Windows color (decimal): -3991499 or 3479747. OLE color: 3479747.
HSL color Cylindrical-coordinate representation of color #C31835: hue angle of 349.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31835 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 53 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.24 |
| HSL | 349.82º | 0.78% | 0.43% | - |
| HSV(B) | 349.82º | 0.88% | 0.76% | - |
| XYZ | 23.47 | 12.51 | 4.55 | - |
| YUV | 78.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 53 | 0 | 0.88 | 0.73 | 0.24 | 349.82 | 0.78 | 0.43 |
| Hex | C3 | 18 | 35 | 0 | 58 | 49 | 18 | 15E | 4E | 2B |
| Octal | 303 | 30 | 65 | 0 | 130 | 111 | 30 | 536 | 116 | 53 |
| Binary | 11000011 | 11000 | 110101 | 0 | 1011000 | 1001001 | 11000 | 101011110 | 1001110 | 101011 |
Color Harmonies of #C31835
Complementary color
Monochromatic Colors of #C31835
Black with #C31835
Text Example
Text Example
White with #C31835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31835; }
p { color: rgb(195,24,53); }
H1.HeaderClassName
{
color: #C31835;
}
.AnyTagClassName
{
color: #C31835;
}
</style>
background-color css
<style>
a { background-color: #C31835; }
a { background-color: rgb(195,24,53); }
div.DivClassName
{
background-color: #C31835;
}
.BgClassName
{
background-color: #C31835;
}
</style>
border-color css
<style>
span { border-color: #C31835; }
span { border-color: rgb(195,24,53); }
td.TdClassName
{
border-color: #C31835;
}
.TagClassName
{
border-color: #C31835;
}
</style>