Shades of Christine #C25C1C
Tints of Christine #C25C1C
RGB
CMYK
RGB Variations
Color information
#C25C1C (or 0xC25C1C) is known color: Christine. HEX triplet: C2, 5C and 1C. RGB value is (194,92,28). Sum of RGB (Red+Green+Blue) = 194+92+28=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C1C is #3DA3E3. Grayscale: #737373. Windows color (decimal): -4039652 or 1858754. OLE color: 1858754.
HSL color Cylindrical-coordinate representation of color #C25C1C: hue angle of 23.13º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C25C1C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 28 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.24 |
| HSL | 23.13º | 0.75% | 0.44% | - |
| HSV(B) | 23.13º | 0.86% | 0.76% | - |
| XYZ | 26.28 | 19.21 | 3.42 | - |
| YUV | 115.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 28 | 0 | 0.53 | 0.86 | 0.24 | 23.13 | 0.75 | 0.44 |
| Hex | C2 | 5C | 1C | 0 | 35 | 56 | 18 | 17 | 4B | 2C |
| Octal | 302 | 134 | 34 | 0 | 65 | 126 | 30 | 27 | 113 | 54 |
| Binary | 11000010 | 1011100 | 11100 | 0 | 110101 | 1010110 | 11000 | 10111 | 1001011 | 101100 |
Color Harmonies of #C25C1C
Complementary color
Monochromatic Colors of #C25C1C
Black with #C25C1C
Text Example
Text Example
White with #C25C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C1C; }
p { color: rgb(194,92,28); }
H1.HeaderClassName
{
color: #C25C1C;
}
.AnyTagClassName
{
color: #C25C1C;
}
</style>
background-color css
<style>
a { background-color: #C25C1C; }
a { background-color: rgb(194,92,28); }
div.DivClassName
{
background-color: #C25C1C;
}
.BgClassName
{
background-color: #C25C1C;
}
</style>
border-color css
<style>
span { border-color: #C25C1C; }
span { border-color: rgb(194,92,28); }
td.TdClassName
{
border-color: #C25C1C;
}
.TagClassName
{
border-color: #C25C1C;
}
</style>