Shades of Cardinal #C31B33
Tints of Cardinal #C31B33
RGB
CMYK
RGB Variations
Color information
#C31B33 (or 0xC31B33) is known color: Cardinal. HEX triplet: C3, 1B and 33. RGB value is (195,27,51). Sum of RGB (Red+Green+Blue) = 195+27+51=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31B33 is #3CE4CC. Grayscale: #505050. Windows color (decimal): -3990733 or 3349443. OLE color: 3349443.
HSL color Cylindrical-coordinate representation of color #C31B33: hue angle of 351.43º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31B33 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 51 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.24 |
| HSL | 351.43º | 0.76% | 0.44% | - |
| HSV(B) | 351.43º | 0.86% | 0.76% | - |
| XYZ | 23.5 | 12.62 | 4.33 | - |
| YUV | 79.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 51 | 0 | 0.86 | 0.74 | 0.24 | 351.43 | 0.76 | 0.44 |
| Hex | C3 | 1B | 33 | 0 | 56 | 4A | 18 | 15F | 4C | 2C |
| Octal | 303 | 33 | 63 | 0 | 126 | 112 | 30 | 537 | 114 | 54 |
| Binary | 11000011 | 11011 | 110011 | 0 | 1010110 | 1001010 | 11000 | 101011111 | 1001100 | 101100 |
Color Harmonies of #C31B33
Complementary color
Monochromatic Colors of #C31B33
Black with #C31B33
Text Example
Text Example
White with #C31B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B33; }
p { color: rgb(195,27,51); }
H1.HeaderClassName
{
color: #C31B33;
}
.AnyTagClassName
{
color: #C31B33;
}
</style>
background-color css
<style>
a { background-color: #C31B33; }
a { background-color: rgb(195,27,51); }
div.DivClassName
{
background-color: #C31B33;
}
.BgClassName
{
background-color: #C31B33;
}
</style>
border-color css
<style>
span { border-color: #C31B33; }
span { border-color: rgb(195,27,51); }
td.TdClassName
{
border-color: #C31B33;
}
.TagClassName
{
border-color: #C31B33;
}
</style>