Shades of Cardinal #C82734
Tints of Cardinal #C82734
RGB
CMYK
RGB Variations
Color information
#C82734 (or 0xC82734) is known color: Cardinal. HEX triplet: C8, 27 and 34. RGB value is (200,39,52). Sum of RGB (Red+Green+Blue) = 200+39+52=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C82734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82734 is #37D8CB. Grayscale: #585858. Windows color (decimal): -3659980 or 3418056. OLE color: 3418056.
HSL color Cylindrical-coordinate representation of color #C82734: hue angle of 355.16º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82734 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 52 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.22 |
| HSL | 355.16º | 0.67% | 0.47% | - |
| HSV(B) | 355.16º | 0.81% | 0.78% | - |
| XYZ | 25.16 | 13.98 | 4.62 | - |
| YUV | 88.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 52 | 0 | 0.80 | 0.74 | 0.22 | 355.16 | 0.67 | 0.47 |
| Hex | C8 | 27 | 34 | 0 | 50 | 4A | 16 | 163 | 43 | 2F |
| Octal | 310 | 47 | 64 | 0 | 120 | 112 | 26 | 543 | 103 | 57 |
| Binary | 11001000 | 100111 | 110100 | 0 | 1010000 | 1001010 | 10110 | 101100011 | 1000011 | 101111 |
Color Harmonies of #C82734
Complementary color
Monochromatic Colors of #C82734
Black with #C82734
Text Example
Text Example
White with #C82734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82734; }
p { color: rgb(200,39,52); }
H1.HeaderClassName
{
color: #C82734;
}
.AnyTagClassName
{
color: #C82734;
}
</style>
background-color css
<style>
a { background-color: #C82734; }
a { background-color: rgb(200,39,52); }
div.DivClassName
{
background-color: #C82734;
}
.BgClassName
{
background-color: #C82734;
}
</style>
border-color css
<style>
span { border-color: #C82734; }
span { border-color: rgb(200,39,52); }
td.TdClassName
{
border-color: #C82734;
}
.TagClassName
{
border-color: #C82734;
}
</style>