Shades of Christine #C25A1D
Tints of Christine #C25A1D
RGB
CMYK
RGB Variations
Color information
#C25A1D (or 0xC25A1D) is known color: Christine. HEX triplet: C2, 5A and 1D. RGB value is (194,90,29). Sum of RGB (Red+Green+Blue) = 194+90+29=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A1D is #3DA5E2. Grayscale: #727272. Windows color (decimal): -4040163 or 1923778. OLE color: 1923778.
HSL color Cylindrical-coordinate representation of color #C25A1D: hue angle of 22.18º 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 #C25A1D is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 29 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.24 |
| HSL | 22.18º | 0.74% | 0.44% | - |
| HSV(B) | 22.18º | 0.85% | 0.76% | - |
| XYZ | 26.13 | 18.87 | 3.43 | - |
| YUV | 114.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 29 | 0 | 0.54 | 0.85 | 0.24 | 22.18 | 0.74 | 0.44 |
| Hex | C2 | 5A | 1D | 0 | 36 | 55 | 18 | 16 | 4A | 2C |
| Octal | 302 | 132 | 35 | 0 | 66 | 125 | 30 | 26 | 112 | 54 |
| Binary | 11000010 | 1011010 | 11101 | 0 | 110110 | 1010101 | 11000 | 10110 | 1001010 | 101100 |
Color Harmonies of #C25A1D
Complementary color
Monochromatic Colors of #C25A1D
Black with #C25A1D
Text Example
Text Example
White with #C25A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A1D; }
p { color: rgb(194,90,29); }
H1.HeaderClassName
{
color: #C25A1D;
}
.AnyTagClassName
{
color: #C25A1D;
}
</style>
background-color css
<style>
a { background-color: #C25A1D; }
a { background-color: rgb(194,90,29); }
div.DivClassName
{
background-color: #C25A1D;
}
.BgClassName
{
background-color: #C25A1D;
}
</style>
border-color css
<style>
span { border-color: #C25A1D; }
span { border-color: rgb(194,90,29); }
td.TdClassName
{
border-color: #C25A1D;
}
.TagClassName
{
border-color: #C25A1D;
}
</style>