Shades of Cardinal #C81F34
Tints of Cardinal #C81F34
RGB
CMYK
RGB Variations
Color information
#C81F34 (or 0xC81F34) is known color: Cardinal. HEX triplet: C8, 1F and 34. RGB value is (200,31,52). Sum of RGB (Red+Green+Blue) = 200+31+52=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F34 is #37E0CB. Grayscale: #545454. Windows color (decimal): -3662028 or 3416008. OLE color: 3416008.
HSL color Cylindrical-coordinate representation of color #C81F34: hue angle of 352.54º 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 #C81F34 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 52 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.22 |
| HSL | 352.54º | 0.73% | 0.45% | - |
| HSV(B) | 352.54º | 0.85% | 0.78% | - |
| XYZ | 24.93 | 13.51 | 4.54 | - |
| YUV | 83.93 | 109.99 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 52 | 0 | 0.84 | 0.74 | 0.22 | 352.54 | 0.73 | 0.45 |
| Hex | C8 | 1F | 34 | 0 | 54 | 4A | 16 | 161 | 49 | 2D |
| Octal | 310 | 37 | 64 | 0 | 124 | 112 | 26 | 541 | 111 | 55 |
| Binary | 11001000 | 11111 | 110100 | 0 | 1010100 | 1001010 | 10110 | 101100001 | 1001001 | 101101 |
Color Harmonies of #C81F34
Complementary color
Monochromatic Colors of #C81F34
Black with #C81F34
Text Example
Text Example
White with #C81F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F34; }
p { color: rgb(200,31,52); }
H1.HeaderClassName
{
color: #C81F34;
}
.AnyTagClassName
{
color: #C81F34;
}
</style>
background-color css
<style>
a { background-color: #C81F34; }
a { background-color: rgb(200,31,52); }
div.DivClassName
{
background-color: #C81F34;
}
.BgClassName
{
background-color: #C81F34;
}
</style>
border-color css
<style>
span { border-color: #C81F34; }
span { border-color: rgb(200,31,52); }
td.TdClassName
{
border-color: #C81F34;
}
.TagClassName
{
border-color: #C81F34;
}
</style>