Shades of Cardinal #C81E2D
Tints of Cardinal #C81E2D
RGB
CMYK
RGB Variations
Color information
#C81E2D (or 0xC81E2D) is known color: Cardinal. HEX triplet: C8, 1E and 2D. RGB value is (200,30,45). Sum of RGB (Red+Green+Blue) = 200+30+45=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E2D is #37E1D2. Grayscale: #525252. Windows color (decimal): -3662291 or 2957000. OLE color: 2957000.
HSL color Cylindrical-coordinate representation of color #C81E2D: hue angle of 354.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E2D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 45 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.22 |
| HSL | 354.71º | 0.74% | 0.45% | - |
| HSV(B) | 354.71º | 0.85% | 0.78% | - |
| XYZ | 24.76 | 13.4 | 3.76 | - |
| YUV | 82.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 45 | 0 | 0.85 | 0.78 | 0.22 | 354.71 | 0.74 | 0.45 |
| Hex | C8 | 1E | 2D | 0 | 55 | 4E | 16 | 163 | 4A | 2D |
| Octal | 310 | 36 | 55 | 0 | 125 | 116 | 26 | 543 | 112 | 55 |
| Binary | 11001000 | 11110 | 101101 | 0 | 1010101 | 1001110 | 10110 | 101100011 | 1001010 | 101101 |
Color Harmonies of #C81E2D
Complementary color
Monochromatic Colors of #C81E2D
Black with #C81E2D
Text Example
Text Example
White with #C81E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E2D; }
p { color: rgb(200,30,45); }
H1.HeaderClassName
{
color: #C81E2D;
}
.AnyTagClassName
{
color: #C81E2D;
}
</style>
background-color css
<style>
a { background-color: #C81E2D; }
a { background-color: rgb(200,30,45); }
div.DivClassName
{
background-color: #C81E2D;
}
.BgClassName
{
background-color: #C81E2D;
}
</style>
border-color css
<style>
span { border-color: #C81E2D; }
span { border-color: rgb(200,30,45); }
td.TdClassName
{
border-color: #C81E2D;
}
.TagClassName
{
border-color: #C81E2D;
}
</style>