Shades of Cardinal #C82333
Tints of Cardinal #C82333
RGB
CMYK
RGB Variations
Color information
#C82333 (or 0xC82333) is known color: Cardinal. HEX triplet: C8, 23 and 33. RGB value is (200,35,51). Sum of RGB (Red+Green+Blue) = 200+35+51=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C82333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82333 is #37DCCC. Grayscale: #565656. Windows color (decimal): -3661005 or 3351496. OLE color: 3351496.
HSL color Cylindrical-coordinate representation of color #C82333: hue angle of 354.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82333 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 51 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.22 |
| HSL | 354.18º | 0.7% | 0.46% | - |
| HSV(B) | 354.18º | 0.83% | 0.78% | - |
| XYZ | 25.02 | 13.72 | 4.46 | - |
| YUV | 86.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 51 | 0 | 0.82 | 0.74 | 0.22 | 354.18 | 0.7 | 0.46 |
| Hex | C8 | 23 | 33 | 0 | 52 | 4A | 16 | 162 | 46 | 2E |
| Octal | 310 | 43 | 63 | 0 | 122 | 112 | 26 | 542 | 106 | 56 |
| Binary | 11001000 | 100011 | 110011 | 0 | 1010010 | 1001010 | 10110 | 101100010 | 1000110 | 101110 |
Color Harmonies of #C82333
Complementary color
Monochromatic Colors of #C82333
Black with #C82333
Text Example
Text Example
White with #C82333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82333; }
p { color: rgb(200,35,51); }
H1.HeaderClassName
{
color: #C82333;
}
.AnyTagClassName
{
color: #C82333;
}
</style>
background-color css
<style>
a { background-color: #C82333; }
a { background-color: rgb(200,35,51); }
div.DivClassName
{
background-color: #C82333;
}
.BgClassName
{
background-color: #C82333;
}
</style>
border-color css
<style>
span { border-color: #C82333; }
span { border-color: rgb(200,35,51); }
td.TdClassName
{
border-color: #C82333;
}
.TagClassName
{
border-color: #C82333;
}
</style>