Shades of Cardinal #C80F41
Tints of Cardinal #C80F41
RGB
CMYK
RGB Variations
Color information
#C80F41 (or 0xC80F41) is known color: Cardinal. HEX triplet: C8, 0F and 41. RGB value is (200,15,65). Sum of RGB (Red+Green+Blue) = 200+15+65=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F41 is #37F0BE. Grayscale: #4C4C4C. Windows color (decimal): -3666111 or 4263880. OLE color: 4263880.
HSL color Cylindrical-coordinate representation of color #C80F41: hue angle of 343.78º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F41 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 65 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.22 |
| HSL | 343.78º | 0.86% | 0.42% | - |
| HSV(B) | 343.78º | 0.93% | 0.78% | - |
| XYZ | 24.94 | 13 | 6.2 | - |
| YUV | 76.02 | 121.79 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 65 | 0 | 0.92 | 0.68 | 0.22 | 343.78 | 0.86 | 0.42 |
| Hex | C8 | F | 41 | 0 | 5C | 44 | 16 | 158 | 56 | 2A |
| Octal | 310 | 17 | 101 | 0 | 134 | 104 | 26 | 530 | 126 | 52 |
| Binary | 11001000 | 1111 | 1000001 | 0 | 1011100 | 1000100 | 10110 | 101011000 | 1010110 | 101010 |
Color Harmonies of #C80F41
Complementary color
Monochromatic Colors of #C80F41
Black with #C80F41
Text Example
Text Example
White with #C80F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F41; }
p { color: rgb(200,15,65); }
H1.HeaderClassName
{
color: #C80F41;
}
.AnyTagClassName
{
color: #C80F41;
}
</style>
background-color css
<style>
a { background-color: #C80F41; }
a { background-color: rgb(200,15,65); }
div.DivClassName
{
background-color: #C80F41;
}
.BgClassName
{
background-color: #C80F41;
}
</style>
border-color css
<style>
span { border-color: #C80F41; }
span { border-color: rgb(200,15,65); }
td.TdClassName
{
border-color: #C80F41;
}
.TagClassName
{
border-color: #C80F41;
}
</style>