Shades of Cardinal #C80F4B
Tints of Cardinal #C80F4B
RGB
CMYK
RGB Variations
Color information
#C80F4B (or 0xC80F4B) is known color: Cardinal. HEX triplet: C8, 0F and 4B. RGB value is (200,15,75). Sum of RGB (Red+Green+Blue) = 200+15+75=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F4B is #37F0B4. Grayscale: #4D4D4D. Windows color (decimal): -3666101 or 4919240. OLE color: 4919240.
HSL color Cylindrical-coordinate representation of color #C80F4B: hue angle of 340.54º 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 #C80F4B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 75 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.22 |
| HSL | 340.54º | 0.86% | 0.42% | - |
| HSV(B) | 340.54º | 0.93% | 0.78% | - |
| XYZ | 25.26 | 13.13 | 7.86 | - |
| YUV | 77.16 | 126.79 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 75 | 0 | 0.92 | 0.62 | 0.22 | 340.54 | 0.86 | 0.42 |
| Hex | C8 | F | 4B | 0 | 5C | 3E | 16 | 155 | 56 | 2A |
| Octal | 310 | 17 | 113 | 0 | 134 | 76 | 26 | 525 | 126 | 52 |
| Binary | 11001000 | 1111 | 1001011 | 0 | 1011100 | 111110 | 10110 | 101010101 | 1010110 | 101010 |
Color Harmonies of #C80F4B
Complementary color
Monochromatic Colors of #C80F4B
Black with #C80F4B
Text Example
Text Example
White with #C80F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F4B; }
p { color: rgb(200,15,75); }
H1.HeaderClassName
{
color: #C80F4B;
}
.AnyTagClassName
{
color: #C80F4B;
}
</style>
background-color css
<style>
a { background-color: #C80F4B; }
a { background-color: rgb(200,15,75); }
div.DivClassName
{
background-color: #C80F4B;
}
.BgClassName
{
background-color: #C80F4B;
}
</style>
border-color css
<style>
span { border-color: #C80F4B; }
span { border-color: rgb(200,15,75); }
td.TdClassName
{
border-color: #C80F4B;
}
.TagClassName
{
border-color: #C80F4B;
}
</style>