Shades of Sunset #CF4444
Tints of Sunset #CF4444
RGB
CMYK
RGB Variations
Color information
#CF4444 (or 0xCF4444) is known color: Sunset. HEX triplet: CF, 44 and 44. RGB value is (207,68,68). Sum of RGB (Red+Green+Blue) = 207+68+68=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4444 is #30BBBB. Grayscale: #6D6D6D. Windows color (decimal): -3193788 or 4474063. OLE color: 4474063.
HSL color Cylindrical-coordinate representation of color #CF4444: hue angle of 0º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4444 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 68 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.19 |
| HSL | 0º | 0.59% | 0.54% | - |
| HSV(B) | 0º | 0.67% | 0.81% | - |
| XYZ | 28.84 | 17.82 | 7.39 | - |
| YUV | 109.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 68 | 0 | 0.67 | 0.67 | 0.19 | 0 | 0.59 | 0.54 |
| Hex | CF | 44 | 44 | 0 | 43 | 43 | 13 | 0 | 3B | 36 |
| Octal | 317 | 104 | 104 | 0 | 103 | 103 | 23 | 0 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1000100 | 0 | 1000011 | 1000011 | 10011 | 0 | 111011 | 110110 |
Color Harmonies of #CF4444
Complementary color
Monochromatic Colors of #CF4444
Black with #CF4444
Text Example
Text Example
White with #CF4444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4444; }
p { color: rgb(207,68,68); }
H1.HeaderClassName
{
color: #CF4444;
}
.AnyTagClassName
{
color: #CF4444;
}
</style>
background-color css
<style>
a { background-color: #CF4444; }
a { background-color: rgb(207,68,68); }
div.DivClassName
{
background-color: #CF4444;
}
.BgClassName
{
background-color: #CF4444;
}
</style>
border-color css
<style>
span { border-color: #CF4444; }
span { border-color: rgb(207,68,68); }
td.TdClassName
{
border-color: #CF4444;
}
.TagClassName
{
border-color: #CF4444;
}
</style>