Shades of Cardinal #C4232F
Tints of Cardinal #C4232F
RGB
CMYK
RGB Variations
Color information
#C4232F (or 0xC4232F) is known color: Cardinal. HEX triplet: C4, 23 and 2F. RGB value is (196,35,47). Sum of RGB (Red+Green+Blue) = 196+35+47=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232F is #3BDCD0. Grayscale: #545454. Windows color (decimal): -3923153 or 3089348. OLE color: 3089348.
HSL color Cylindrical-coordinate representation of color #C4232F: hue angle of 355.53º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4232F is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 47 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.23 |
| HSL | 355.53º | 0.7% | 0.45% | - |
| HSV(B) | 355.53º | 0.82% | 0.77% | - |
| XYZ | 23.88 | 13.14 | 3.97 | - |
| YUV | 84.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 47 | 0 | 0.82 | 0.76 | 0.23 | 355.53 | 0.7 | 0.45 |
| Hex | C4 | 23 | 2F | 0 | 52 | 4C | 17 | 164 | 46 | 2D |
| Octal | 304 | 43 | 57 | 0 | 122 | 114 | 27 | 544 | 106 | 55 |
| Binary | 11000100 | 100011 | 101111 | 0 | 1010010 | 1001100 | 10111 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C4232F
Complementary color
Monochromatic Colors of #C4232F
Black with #C4232F
Text Example
Text Example
White with #C4232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4232F; }
p { color: rgb(196,35,47); }
H1.HeaderClassName
{
color: #C4232F;
}
.AnyTagClassName
{
color: #C4232F;
}
</style>
background-color css
<style>
a { background-color: #C4232F; }
a { background-color: rgb(196,35,47); }
div.DivClassName
{
background-color: #C4232F;
}
.BgClassName
{
background-color: #C4232F;
}
</style>
border-color css
<style>
span { border-color: #C4232F; }
span { border-color: rgb(196,35,47); }
td.TdClassName
{
border-color: #C4232F;
}
.TagClassName
{
border-color: #C4232F;
}
</style>