Shades of Cardinal #C81F38
Tints of Cardinal #C81F38
RGB
CMYK
RGB Variations
Color information
#C81F38 (or 0xC81F38) is known color: Cardinal. HEX triplet: C8, 1F and 38. RGB value is (200,31,56). Sum of RGB (Red+Green+Blue) = 200+31+56=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F38 is #37E0C7. Grayscale: #545454. Windows color (decimal): -3662024 or 3678152. OLE color: 3678152.
HSL color Cylindrical-coordinate representation of color #C81F38: hue angle of 351.12º 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 #C81F38 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 56 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.22 |
| HSL | 351.12º | 0.73% | 0.45% | - |
| HSV(B) | 351.12º | 0.85% | 0.78% | - |
| XYZ | 25.02 | 13.54 | 5.04 | - |
| YUV | 84.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 56 | 0 | 0.84 | 0.72 | 0.22 | 351.12 | 0.73 | 0.45 |
| Hex | C8 | 1F | 38 | 0 | 54 | 48 | 16 | 15F | 49 | 2D |
| Octal | 310 | 37 | 70 | 0 | 124 | 110 | 26 | 537 | 111 | 55 |
| Binary | 11001000 | 11111 | 111000 | 0 | 1010100 | 1001000 | 10110 | 101011111 | 1001001 | 101101 |
Color Harmonies of #C81F38
Complementary color
Monochromatic Colors of #C81F38
Black with #C81F38
Text Example
Text Example
White with #C81F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F38; }
p { color: rgb(200,31,56); }
H1.HeaderClassName
{
color: #C81F38;
}
.AnyTagClassName
{
color: #C81F38;
}
</style>
background-color css
<style>
a { background-color: #C81F38; }
a { background-color: rgb(200,31,56); }
div.DivClassName
{
background-color: #C81F38;
}
.BgClassName
{
background-color: #C81F38;
}
</style>
border-color css
<style>
span { border-color: #C81F38; }
span { border-color: rgb(200,31,56); }
td.TdClassName
{
border-color: #C81F38;
}
.TagClassName
{
border-color: #C81F38;
}
</style>