Shades of Cardinal #C81D31
Tints of Cardinal #C81D31
RGB
CMYK
RGB Variations
Color information
#C81D31 (or 0xC81D31) is known color: Cardinal. HEX triplet: C8, 1D and 31. RGB value is (200,29,49). Sum of RGB (Red+Green+Blue) = 200+29+49=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D31 is #37E2CE. Grayscale: #525252. Windows color (decimal): -3662543 or 3218888. OLE color: 3218888.
HSL color Cylindrical-coordinate representation of color #C81D31: hue angle of 352.98º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D31 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 49 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.22 |
| HSL | 352.98º | 0.75% | 0.45% | - |
| HSV(B) | 352.98º | 0.86% | 0.78% | - |
| XYZ | 24.81 | 13.38 | 4.18 | - |
| YUV | 82.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 49 | 0 | 0.86 | 0.76 | 0.22 | 352.98 | 0.75 | 0.45 |
| Hex | C8 | 1D | 31 | 0 | 56 | 4C | 16 | 161 | 4B | 2D |
| Octal | 310 | 35 | 61 | 0 | 126 | 114 | 26 | 541 | 113 | 55 |
| Binary | 11001000 | 11101 | 110001 | 0 | 1010110 | 1001100 | 10110 | 101100001 | 1001011 | 101101 |
Color Harmonies of #C81D31
Complementary color
Monochromatic Colors of #C81D31
Black with #C81D31
Text Example
Text Example
White with #C81D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D31; }
p { color: rgb(200,29,49); }
H1.HeaderClassName
{
color: #C81D31;
}
.AnyTagClassName
{
color: #C81D31;
}
</style>
background-color css
<style>
a { background-color: #C81D31; }
a { background-color: rgb(200,29,49); }
div.DivClassName
{
background-color: #C81D31;
}
.BgClassName
{
background-color: #C81D31;
}
</style>
border-color css
<style>
span { border-color: #C81D31; }
span { border-color: rgb(200,29,49); }
td.TdClassName
{
border-color: #C81D31;
}
.TagClassName
{
border-color: #C81D31;
}
</style>