Shades of Cardinal #C31F2B
Tints of Cardinal #C31F2B
RGB
CMYK
RGB Variations
Color information
#C31F2B (or 0xC31F2B) is known color: Cardinal. HEX triplet: C3, 1F and 2B. RGB value is (195,31,43). Sum of RGB (Red+Green+Blue) = 195+31+43=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F2B is #3CE0D4. Grayscale: #515151. Windows color (decimal): -3989717 or 2826179. OLE color: 2826179.
HSL color Cylindrical-coordinate representation of color #C31F2B: hue angle of 355.61º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F2B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 43 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.24 |
| HSL | 355.61º | 0.73% | 0.44% | - |
| HSV(B) | 355.61º | 0.84% | 0.76% | - |
| XYZ | 23.43 | 12.76 | 3.51 | - |
| YUV | 81.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 43 | 0 | 0.84 | 0.78 | 0.24 | 355.61 | 0.73 | 0.44 |
| Hex | C3 | 1F | 2B | 0 | 54 | 4E | 18 | 164 | 49 | 2C |
| Octal | 303 | 37 | 53 | 0 | 124 | 116 | 30 | 544 | 111 | 54 |
| Binary | 11000011 | 11111 | 101011 | 0 | 1010100 | 1001110 | 11000 | 101100100 | 1001001 | 101100 |
Color Harmonies of #C31F2B
Complementary color
Monochromatic Colors of #C31F2B
Black with #C31F2B
Text Example
Text Example
White with #C31F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F2B; }
p { color: rgb(195,31,43); }
H1.HeaderClassName
{
color: #C31F2B;
}
.AnyTagClassName
{
color: #C31F2B;
}
</style>
background-color css
<style>
a { background-color: #C31F2B; }
a { background-color: rgb(195,31,43); }
div.DivClassName
{
background-color: #C31F2B;
}
.BgClassName
{
background-color: #C31F2B;
}
</style>
border-color css
<style>
span { border-color: #C31F2B; }
span { border-color: rgb(195,31,43); }
td.TdClassName
{
border-color: #C31F2B;
}
.TagClassName
{
border-color: #C31F2B;
}
</style>