Shades of Cardinal #C82530
Tints of Cardinal #C82530
RGB
CMYK
RGB Variations
Color information
#C82530 (or 0xC82530) is known color: Cardinal. HEX triplet: C8, 25 and 30. RGB value is (200,37,48). Sum of RGB (Red+Green+Blue) = 200+37+48=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C82530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82530 is #37DACF. Grayscale: #575757. Windows color (decimal): -3660496 or 3155400. OLE color: 3155400.
HSL color Cylindrical-coordinate representation of color #C82530: hue angle of 355.95º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82530 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 48 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.22 |
| HSL | 355.95º | 0.69% | 0.46% | - |
| HSV(B) | 355.95º | 0.82% | 0.78% | - |
| XYZ | 25.01 | 13.82 | 4.14 | - |
| YUV | 86.99 | 106 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 48 | 0 | 0.82 | 0.76 | 0.22 | 355.95 | 0.69 | 0.46 |
| Hex | C8 | 25 | 30 | 0 | 52 | 4C | 16 | 164 | 45 | 2E |
| Octal | 310 | 45 | 60 | 0 | 122 | 114 | 26 | 544 | 105 | 56 |
| Binary | 11001000 | 100101 | 110000 | 0 | 1010010 | 1001100 | 10110 | 101100100 | 1000101 | 101110 |
Color Harmonies of #C82530
Complementary color
Monochromatic Colors of #C82530
Black with #C82530
Text Example
Text Example
White with #C82530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82530; }
p { color: rgb(200,37,48); }
H1.HeaderClassName
{
color: #C82530;
}
.AnyTagClassName
{
color: #C82530;
}
</style>
background-color css
<style>
a { background-color: #C82530; }
a { background-color: rgb(200,37,48); }
div.DivClassName
{
background-color: #C82530;
}
.BgClassName
{
background-color: #C82530;
}
</style>
border-color css
<style>
span { border-color: #C82530; }
span { border-color: rgb(200,37,48); }
td.TdClassName
{
border-color: #C82530;
}
.TagClassName
{
border-color: #C82530;
}
</style>