Shades of Cardinal #C82736
Tints of Cardinal #C82736
RGB
CMYK
RGB Variations
Color information
#C82736 (or 0xC82736) is known color: Cardinal. HEX triplet: C8, 27 and 36. RGB value is (200,39,54). Sum of RGB (Red+Green+Blue) = 200+39+54=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C82736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82736 is #37D8C9. Grayscale: #585858. Windows color (decimal): -3659978 or 3549128. OLE color: 3549128.
HSL color Cylindrical-coordinate representation of color #C82736: hue angle of 354.41º 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 #C82736 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 54 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.22 |
| HSL | 354.41º | 0.67% | 0.47% | - |
| HSV(B) | 354.41º | 0.81% | 0.78% | - |
| XYZ | 25.21 | 14 | 4.86 | - |
| YUV | 88.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 54 | 0 | 0.80 | 0.73 | 0.22 | 354.41 | 0.67 | 0.47 |
| Hex | C8 | 27 | 36 | 0 | 50 | 49 | 16 | 162 | 43 | 2F |
| Octal | 310 | 47 | 66 | 0 | 120 | 111 | 26 | 542 | 103 | 57 |
| Binary | 11001000 | 100111 | 110110 | 0 | 1010000 | 1001001 | 10110 | 101100010 | 1000011 | 101111 |
Color Harmonies of #C82736
Complementary color
Monochromatic Colors of #C82736
Black with #C82736
Text Example
Text Example
White with #C82736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82736; }
p { color: rgb(200,39,54); }
H1.HeaderClassName
{
color: #C82736;
}
.AnyTagClassName
{
color: #C82736;
}
</style>
background-color css
<style>
a { background-color: #C82736; }
a { background-color: rgb(200,39,54); }
div.DivClassName
{
background-color: #C82736;
}
.BgClassName
{
background-color: #C82736;
}
</style>
border-color css
<style>
span { border-color: #C82736; }
span { border-color: rgb(200,39,54); }
td.TdClassName
{
border-color: #C82736;
}
.TagClassName
{
border-color: #C82736;
}
</style>