Shades of Christine #C25E2E
Tints of Christine #C25E2E
RGB
CMYK
RGB Variations
Color information
#C25E2E (or 0xC25E2E) is known color: Christine. HEX triplet: C2, 5E and 2E. RGB value is (194,94,46). Sum of RGB (Red+Green+Blue) = 194+94+46=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E2E is #3DA1D1. Grayscale: #767676. Windows color (decimal): -4039122 or 3038914. OLE color: 3038914.
HSL color Cylindrical-coordinate representation of color #C25E2E: hue angle of 19.46º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C25E2E is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 46 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.24 |
| HSL | 19.46º | 0.62% | 0.47% | - |
| HSV(B) | 19.46º | 0.76% | 0.76% | - |
| XYZ | 26.74 | 19.67 | 4.97 | - |
| YUV | 118.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 46 | 0 | 0.52 | 0.76 | 0.24 | 19.46 | 0.62 | 0.47 |
| Hex | C2 | 5E | 2E | 0 | 34 | 4C | 18 | 13 | 3E | 2F |
| Octal | 302 | 136 | 56 | 0 | 64 | 114 | 30 | 23 | 76 | 57 |
| Binary | 11000010 | 1011110 | 101110 | 0 | 110100 | 1001100 | 11000 | 10011 | 111110 | 101111 |
Color Harmonies of #C25E2E
Complementary color
Monochromatic Colors of #C25E2E
Black with #C25E2E
Text Example
Text Example
White with #C25E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E2E; }
p { color: rgb(194,94,46); }
H1.HeaderClassName
{
color: #C25E2E;
}
.AnyTagClassName
{
color: #C25E2E;
}
</style>
background-color css
<style>
a { background-color: #C25E2E; }
a { background-color: rgb(194,94,46); }
div.DivClassName
{
background-color: #C25E2E;
}
.BgClassName
{
background-color: #C25E2E;
}
</style>
border-color css
<style>
span { border-color: #C25E2E; }
span { border-color: rgb(194,94,46); }
td.TdClassName
{
border-color: #C25E2E;
}
.TagClassName
{
border-color: #C25E2E;
}
</style>