Shades of Cardinal #C21F30
Tints of Cardinal #C21F30
RGB
CMYK
RGB Variations
Color information
#C21F30 (or 0xC21F30) is known color: Cardinal. HEX triplet: C2, 1F and 30. RGB value is (194,31,48). Sum of RGB (Red+Green+Blue) = 194+31+48=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F30 is #3DE0CF. Grayscale: #515151. Windows color (decimal): -4055248 or 3153858. OLE color: 3153858.
HSL color Cylindrical-coordinate representation of color #C21F30: hue angle of 353.74º degrees, saturation: 0.72, 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 #C21F30 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 48 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.24 |
| HSL | 353.74º | 0.72% | 0.44% | - |
| HSV(B) | 353.74º | 0.84% | 0.76% | - |
| XYZ | 23.27 | 12.66 | 4.01 | - |
| YUV | 81.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 48 | 0 | 0.84 | 0.75 | 0.24 | 353.74 | 0.72 | 0.44 |
| Hex | C2 | 1F | 30 | 0 | 54 | 4B | 18 | 162 | 48 | 2C |
| Octal | 302 | 37 | 60 | 0 | 124 | 113 | 30 | 542 | 110 | 54 |
| Binary | 11000010 | 11111 | 110000 | 0 | 1010100 | 1001011 | 11000 | 101100010 | 1001000 | 101100 |
Color Harmonies of #C21F30
Complementary color
Monochromatic Colors of #C21F30
Black with #C21F30
Text Example
Text Example
White with #C21F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F30; }
p { color: rgb(194,31,48); }
H1.HeaderClassName
{
color: #C21F30;
}
.AnyTagClassName
{
color: #C21F30;
}
</style>
background-color css
<style>
a { background-color: #C21F30; }
a { background-color: rgb(194,31,48); }
div.DivClassName
{
background-color: #C21F30;
}
.BgClassName
{
background-color: #C21F30;
}
</style>
border-color css
<style>
span { border-color: #C21F30; }
span { border-color: rgb(194,31,48); }
td.TdClassName
{
border-color: #C21F30;
}
.TagClassName
{
border-color: #C21F30;
}
</style>