Shades of Christine #C25C1E
Tints of Christine #C25C1E
RGB
CMYK
RGB Variations
Color information
#C25C1E (or 0xC25C1E) is known color: Christine. HEX triplet: C2, 5C and 1E. RGB value is (194,92,30). Sum of RGB (Red+Green+Blue) = 194+92+30=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C1E is #3DA3E1. Grayscale: #737373. Windows color (decimal): -4039650 or 1989826. OLE color: 1989826.
HSL color Cylindrical-coordinate representation of color #C25C1E: hue angle of 22.68º degrees, saturation: 0.73, 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 #C25C1E is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 30 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.24 |
| HSL | 22.68º | 0.73% | 0.44% | - |
| HSV(B) | 22.68º | 0.85% | 0.76% | - |
| XYZ | 26.31 | 19.22 | 3.55 | - |
| YUV | 115.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 30 | 0 | 0.53 | 0.85 | 0.24 | 22.68 | 0.73 | 0.44 |
| Hex | C2 | 5C | 1E | 0 | 35 | 55 | 18 | 17 | 49 | 2C |
| Octal | 302 | 134 | 36 | 0 | 65 | 125 | 30 | 27 | 111 | 54 |
| Binary | 11000010 | 1011100 | 11110 | 0 | 110101 | 1010101 | 11000 | 10111 | 1001001 | 101100 |
Color Harmonies of #C25C1E
Complementary color
Monochromatic Colors of #C25C1E
Black with #C25C1E
Text Example
Text Example
White with #C25C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C1E; }
p { color: rgb(194,92,30); }
H1.HeaderClassName
{
color: #C25C1E;
}
.AnyTagClassName
{
color: #C25C1E;
}
</style>
background-color css
<style>
a { background-color: #C25C1E; }
a { background-color: rgb(194,92,30); }
div.DivClassName
{
background-color: #C25C1E;
}
.BgClassName
{
background-color: #C25C1E;
}
</style>
border-color css
<style>
span { border-color: #C25C1E; }
span { border-color: rgb(194,92,30); }
td.TdClassName
{
border-color: #C25C1E;
}
.TagClassName
{
border-color: #C25C1E;
}
</style>