Shades of Cardinal #C81F3E
Tints of Cardinal #C81F3E
RGB
CMYK
RGB Variations
Color information
#C81F3E (or 0xC81F3E) is known color: Cardinal. HEX triplet: C8, 1F and 3E. RGB value is (200,31,62). Sum of RGB (Red+Green+Blue) = 200+31+62=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F3E is #37E0C1. Grayscale: #555555. Windows color (decimal): -3662018 or 4071368. OLE color: 4071368.
HSL color Cylindrical-coordinate representation of color #C81F3E: hue angle of 348.99º degrees, saturation: 0.73, 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 #C81F3E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 62 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.22 |
| HSL | 348.99º | 0.73% | 0.45% | - |
| HSV(B) | 348.99º | 0.85% | 0.78% | - |
| XYZ | 25.18 | 13.61 | 5.86 | - |
| YUV | 85.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 62 | 0 | 0.84 | 0.69 | 0.22 | 348.99 | 0.73 | 0.45 |
| Hex | C8 | 1F | 3E | 0 | 54 | 45 | 16 | 15D | 49 | 2D |
| Octal | 310 | 37 | 76 | 0 | 124 | 105 | 26 | 535 | 111 | 55 |
| Binary | 11001000 | 11111 | 111110 | 0 | 1010100 | 1000101 | 10110 | 101011101 | 1001001 | 101101 |
Color Harmonies of #C81F3E
Complementary color
Monochromatic Colors of #C81F3E
Black with #C81F3E
Text Example
Text Example
White with #C81F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F3E; }
p { color: rgb(200,31,62); }
H1.HeaderClassName
{
color: #C81F3E;
}
.AnyTagClassName
{
color: #C81F3E;
}
</style>
background-color css
<style>
a { background-color: #C81F3E; }
a { background-color: rgb(200,31,62); }
div.DivClassName
{
background-color: #C81F3E;
}
.BgClassName
{
background-color: #C81F3E;
}
</style>
border-color css
<style>
span { border-color: #C81F3E; }
span { border-color: rgb(200,31,62); }
td.TdClassName
{
border-color: #C81F3E;
}
.TagClassName
{
border-color: #C81F3E;
}
</style>