Shades of Christine #C3581D
Tints of Christine #C3581D
RGB
CMYK
RGB Variations
Color information
#C3581D (or 0xC3581D) is known color: Christine. HEX triplet: C3, 58 and 1D. RGB value is (195,88,29). Sum of RGB (Red+Green+Blue) = 195+88+29=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3581D is #3CA7E2. Grayscale: #717171. Windows color (decimal): -3975139 or 1923267. OLE color: 1923267.
HSL color Cylindrical-coordinate representation of color #C3581D: hue angle of 21.33º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3581D is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 29 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.24 |
| HSL | 21.33º | 0.74% | 0.44% | - |
| HSV(B) | 21.33º | 0.85% | 0.76% | - |
| XYZ | 26.22 | 18.67 | 3.38 | - |
| YUV | 113.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 29 | 0 | 0.55 | 0.85 | 0.24 | 21.33 | 0.74 | 0.44 |
| Hex | C3 | 58 | 1D | 0 | 37 | 55 | 18 | 15 | 4A | 2C |
| Octal | 303 | 130 | 35 | 0 | 67 | 125 | 30 | 25 | 112 | 54 |
| Binary | 11000011 | 1011000 | 11101 | 0 | 110111 | 1010101 | 11000 | 10101 | 1001010 | 101100 |
Color Harmonies of #C3581D
Complementary color
Monochromatic Colors of #C3581D
Black with #C3581D
Text Example
Text Example
White with #C3581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3581D; }
p { color: rgb(195,88,29); }
H1.HeaderClassName
{
color: #C3581D;
}
.AnyTagClassName
{
color: #C3581D;
}
</style>
background-color css
<style>
a { background-color: #C3581D; }
a { background-color: rgb(195,88,29); }
div.DivClassName
{
background-color: #C3581D;
}
.BgClassName
{
background-color: #C3581D;
}
</style>
border-color css
<style>
span { border-color: #C3581D; }
span { border-color: rgb(195,88,29); }
td.TdClassName
{
border-color: #C3581D;
}
.TagClassName
{
border-color: #C3581D;
}
</style>