Shades of Sunset #CF4842
Tints of Sunset #CF4842
RGB
CMYK
RGB Variations
Color information
#CF4842 (or 0xCF4842) is known color: Sunset. HEX triplet: CF, 48 and 42. RGB value is (207,72,66). Sum of RGB (Red+Green+Blue) = 207+72+66=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4842 is #30B7BD. Grayscale: #6F6F6F. Windows color (decimal): -3192766 or 4344015. OLE color: 4344015.
HSL color Cylindrical-coordinate representation of color #CF4842: hue angle of 2.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4842 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 66 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.19 |
| HSL | 2.55º | 0.59% | 0.54% | - |
| HSV(B) | 2.55º | 0.68% | 0.81% | - |
| XYZ | 29.03 | 18.29 | 7.16 | - |
| YUV | 111.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 66 | 0 | 0.65 | 0.68 | 0.19 | 2.55 | 0.59 | 0.54 |
| Hex | CF | 48 | 42 | 0 | 41 | 44 | 13 | 3 | 3B | 36 |
| Octal | 317 | 110 | 102 | 0 | 101 | 104 | 23 | 3 | 73 | 66 |
| Binary | 11001111 | 1001000 | 1000010 | 0 | 1000001 | 1000100 | 10011 | 11 | 111011 | 110110 |
Color Harmonies of #CF4842
Complementary color
Monochromatic Colors of #CF4842
Black with #CF4842
Text Example
Text Example
White with #CF4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4842; }
p { color: rgb(207,72,66); }
H1.HeaderClassName
{
color: #CF4842;
}
.AnyTagClassName
{
color: #CF4842;
}
</style>
background-color css
<style>
a { background-color: #CF4842; }
a { background-color: rgb(207,72,66); }
div.DivClassName
{
background-color: #CF4842;
}
.BgClassName
{
background-color: #CF4842;
}
</style>
border-color css
<style>
span { border-color: #CF4842; }
span { border-color: rgb(207,72,66); }
td.TdClassName
{
border-color: #CF4842;
}
.TagClassName
{
border-color: #CF4842;
}
</style>