Shades of Cardinal #C80F36
Tints of Cardinal #C80F36
RGB
CMYK
RGB Variations
Color information
#C80F36 (or 0xC80F36) is known color: Cardinal. HEX triplet: C8, 0F and 36. RGB value is (200,15,54). Sum of RGB (Red+Green+Blue) = 200+15+54=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F36 is #37F0C9. Grayscale: #4A4A4A. Windows color (decimal): -3666122 or 3542984. OLE color: 3542984.
HSL color Cylindrical-coordinate representation of color #C80F36: hue angle of 347.35º 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 #C80F36 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 54 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.22 |
| HSL | 347.35º | 0.86% | 0.42% | - |
| HSV(B) | 347.35º | 0.93% | 0.78% | - |
| XYZ | 24.66 | 12.89 | 4.68 | - |
| YUV | 74.76 | 116.29 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 54 | 0 | 0.92 | 0.73 | 0.22 | 347.35 | 0.86 | 0.42 |
| Hex | C8 | F | 36 | 0 | 5C | 49 | 16 | 15B | 56 | 2A |
| Octal | 310 | 17 | 66 | 0 | 134 | 111 | 26 | 533 | 126 | 52 |
| Binary | 11001000 | 1111 | 110110 | 0 | 1011100 | 1001001 | 10110 | 101011011 | 1010110 | 101010 |
Color Harmonies of #C80F36
Complementary color
Monochromatic Colors of #C80F36
Black with #C80F36
Text Example
Text Example
White with #C80F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F36; }
p { color: rgb(200,15,54); }
H1.HeaderClassName
{
color: #C80F36;
}
.AnyTagClassName
{
color: #C80F36;
}
</style>
background-color css
<style>
a { background-color: #C80F36; }
a { background-color: rgb(200,15,54); }
div.DivClassName
{
background-color: #C80F36;
}
.BgClassName
{
background-color: #C80F36;
}
</style>
border-color css
<style>
span { border-color: #C80F36; }
span { border-color: rgb(200,15,54); }
td.TdClassName
{
border-color: #C80F36;
}
.TagClassName
{
border-color: #C80F36;
}
</style>