Shades of Sunset #C94444
Tints of Sunset #C94444
RGB
CMYK
RGB Variations
Color information
#C94444 (or 0xC94444) is known color: Sunset. HEX triplet: C9, 44 and 44. RGB value is (201,68,68). Sum of RGB (Red+Green+Blue) = 201+68+68=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C94444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94444 is #36BBBB. Grayscale: #6B6B6B. Windows color (decimal): -3587004 or 4474057. OLE color: 4474057.
HSL color Cylindrical-coordinate representation of color #C94444: hue angle of 0º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94444 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 68 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.21 |
| HSL | 0º | 0.55% | 0.53% | - |
| HSV(B) | 0º | 0.66% | 0.79% | - |
| XYZ | 27.2 | 16.97 | 7.31 | - |
| YUV | 107.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 68 | 0 | 0.66 | 0.66 | 0.21 | 0 | 0.55 | 0.53 |
| Hex | C9 | 44 | 44 | 0 | 42 | 42 | 15 | 0 | 37 | 35 |
| Octal | 311 | 104 | 104 | 0 | 102 | 102 | 25 | 0 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1000100 | 0 | 1000010 | 1000010 | 10101 | 0 | 110111 | 110101 |
Color Harmonies of #C94444
Complementary color
Monochromatic Colors of #C94444
Black with #C94444
Text Example
Text Example
White with #C94444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94444; }
p { color: rgb(201,68,68); }
H1.HeaderClassName
{
color: #C94444;
}
.AnyTagClassName
{
color: #C94444;
}
</style>
background-color css
<style>
a { background-color: #C94444; }
a { background-color: rgb(201,68,68); }
div.DivClassName
{
background-color: #C94444;
}
.BgClassName
{
background-color: #C94444;
}
</style>
border-color css
<style>
span { border-color: #C94444; }
span { border-color: rgb(201,68,68); }
td.TdClassName
{
border-color: #C94444;
}
.TagClassName
{
border-color: #C94444;
}
</style>