Shades of Cardinal #C7252F
Tints of Cardinal #C7252F
RGB
CMYK
RGB Variations
Color information
#C7252F (or 0xC7252F) is known color: Cardinal. HEX triplet: C7, 25 and 2F. RGB value is (199,37,47). Sum of RGB (Red+Green+Blue) = 199+37+47=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7252F is #38DAD0. Grayscale: #565656. Windows color (decimal): -3726033 or 3089863. OLE color: 3089863.
HSL color Cylindrical-coordinate representation of color #C7252F: hue angle of 356.3º 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 #C7252F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 47 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.22 |
| HSL | 356.3º | 0.69% | 0.46% | - |
| HSV(B) | 356.3º | 0.81% | 0.78% | - |
| XYZ | 24.73 | 13.67 | 4.02 | - |
| YUV | 86.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 47 | 0 | 0.81 | 0.76 | 0.22 | 356.3 | 0.69 | 0.46 |
| Hex | C7 | 25 | 2F | 0 | 51 | 4C | 16 | 164 | 45 | 2E |
| Octal | 307 | 45 | 57 | 0 | 121 | 114 | 26 | 544 | 105 | 56 |
| Binary | 11000111 | 100101 | 101111 | 0 | 1010001 | 1001100 | 10110 | 101100100 | 1000101 | 101110 |
Color Harmonies of #C7252F
Complementary color
Monochromatic Colors of #C7252F
Black with #C7252F
Text Example
Text Example
White with #C7252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7252F; }
p { color: rgb(199,37,47); }
H1.HeaderClassName
{
color: #C7252F;
}
.AnyTagClassName
{
color: #C7252F;
}
</style>
background-color css
<style>
a { background-color: #C7252F; }
a { background-color: rgb(199,37,47); }
div.DivClassName
{
background-color: #C7252F;
}
.BgClassName
{
background-color: #C7252F;
}
</style>
border-color css
<style>
span { border-color: #C7252F; }
span { border-color: rgb(199,37,47); }
td.TdClassName
{
border-color: #C7252F;
}
.TagClassName
{
border-color: #C7252F;
}
</style>