Shades of Cardinal #C0252F
Tints of Cardinal #C0252F
RGB
CMYK
RGB Variations
Color information
#C0252F (or 0xC0252F) is known color: Cardinal. HEX triplet: C0, 25 and 2F. RGB value is (192,37,47). Sum of RGB (Red+Green+Blue) = 192+37+47=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0252F is #3FDAD0. Grayscale: #545454. Windows color (decimal): -4184785 or 3089856. OLE color: 3089856.
HSL color Cylindrical-coordinate representation of color #C0252F: hue angle of 356.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0252F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 47 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.25 |
| HSL | 356.13º | 0.68% | 0.45% | - |
| HSV(B) | 356.13º | 0.81% | 0.75% | - |
| XYZ | 22.91 | 12.73 | 3.94 | - |
| YUV | 84.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 47 | 0 | 0.81 | 0.76 | 0.25 | 356.13 | 0.68 | 0.45 |
| Hex | C0 | 25 | 2F | 0 | 51 | 4C | 19 | 164 | 44 | 2D |
| Octal | 300 | 45 | 57 | 0 | 121 | 114 | 31 | 544 | 104 | 55 |
| Binary | 11000000 | 100101 | 101111 | 0 | 1010001 | 1001100 | 11001 | 101100100 | 1000100 | 101101 |
Color Harmonies of #C0252F
Complementary color
Monochromatic Colors of #C0252F
Black with #C0252F
Text Example
Text Example
White with #C0252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0252F; }
p { color: rgb(192,37,47); }
H1.HeaderClassName
{
color: #C0252F;
}
.AnyTagClassName
{
color: #C0252F;
}
</style>
background-color css
<style>
a { background-color: #C0252F; }
a { background-color: rgb(192,37,47); }
div.DivClassName
{
background-color: #C0252F;
}
.BgClassName
{
background-color: #C0252F;
}
</style>
border-color css
<style>
span { border-color: #C0252F; }
span { border-color: rgb(192,37,47); }
td.TdClassName
{
border-color: #C0252F;
}
.TagClassName
{
border-color: #C0252F;
}
</style>