Shades of Christine #C55A1F
Tints of Christine #C55A1F
RGB
CMYK
RGB Variations
Color information
#C55A1F (or 0xC55A1F) is known color: Christine. HEX triplet: C5, 5A and 1F. RGB value is (197,90,31). Sum of RGB (Red+Green+Blue) = 197+90+31=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A1F is #3AA5E0. Grayscale: #737373. Windows color (decimal): -3843553 or 2054853. OLE color: 2054853.
HSL color Cylindrical-coordinate representation of color #C55A1F: hue angle of 21.33º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C55A1F is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 31 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.23 |
| HSL | 21.33º | 0.73% | 0.45% | - |
| HSV(B) | 21.33º | 0.84% | 0.77% | - |
| XYZ | 26.93 | 19.28 | 3.6 | - |
| YUV | 115.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 31 | 0 | 0.54 | 0.84 | 0.23 | 21.33 | 0.73 | 0.45 |
| Hex | C5 | 5A | 1F | 0 | 36 | 54 | 17 | 15 | 49 | 2D |
| Octal | 305 | 132 | 37 | 0 | 66 | 124 | 27 | 25 | 111 | 55 |
| Binary | 11000101 | 1011010 | 11111 | 0 | 110110 | 1010100 | 10111 | 10101 | 1001001 | 101101 |
Color Harmonies of #C55A1F
Complementary color
Monochromatic Colors of #C55A1F
Black with #C55A1F
Text Example
Text Example
White with #C55A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A1F; }
p { color: rgb(197,90,31); }
H1.HeaderClassName
{
color: #C55A1F;
}
.AnyTagClassName
{
color: #C55A1F;
}
</style>
background-color css
<style>
a { background-color: #C55A1F; }
a { background-color: rgb(197,90,31); }
div.DivClassName
{
background-color: #C55A1F;
}
.BgClassName
{
background-color: #C55A1F;
}
</style>
border-color css
<style>
span { border-color: #C55A1F; }
span { border-color: rgb(197,90,31); }
td.TdClassName
{
border-color: #C55A1F;
}
.TagClassName
{
border-color: #C55A1F;
}
</style>