Shades of Sunset #CF4740
Tints of Sunset #CF4740
RGB
CMYK
RGB Variations
Color information
#CF4740 (or 0xCF4740) is known color: Sunset. HEX triplet: CF, 47 and 40. RGB value is (207,71,64). Sum of RGB (Red+Green+Blue) = 207+71+64=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4740 is #30B8BF. Grayscale: #6F6F6F. Windows color (decimal): -3193024 or 4212687. OLE color: 4212687.
HSL color Cylindrical-coordinate representation of color #CF4740: hue angle of 2.94º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4740 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 64 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.19 |
| HSL | 2.94º | 0.6% | 0.53% | - |
| HSV(B) | 2.94º | 0.69% | 0.81% | - |
| XYZ | 28.91 | 18.14 | 6.83 | - |
| YUV | 110.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 64 | 0 | 0.66 | 0.69 | 0.19 | 2.94 | 0.6 | 0.53 |
| Hex | CF | 47 | 40 | 0 | 42 | 45 | 13 | 3 | 3C | 35 |
| Octal | 317 | 107 | 100 | 0 | 102 | 105 | 23 | 3 | 74 | 65 |
| Binary | 11001111 | 1000111 | 1000000 | 0 | 1000010 | 1000101 | 10011 | 11 | 111100 | 110101 |
Color Harmonies of #CF4740
Complementary color
Monochromatic Colors of #CF4740
Black with #CF4740
Text Example
Text Example
White with #CF4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4740; }
p { color: rgb(207,71,64); }
H1.HeaderClassName
{
color: #CF4740;
}
.AnyTagClassName
{
color: #CF4740;
}
</style>
background-color css
<style>
a { background-color: #CF4740; }
a { background-color: rgb(207,71,64); }
div.DivClassName
{
background-color: #CF4740;
}
.BgClassName
{
background-color: #CF4740;
}
</style>
border-color css
<style>
span { border-color: #CF4740; }
span { border-color: rgb(207,71,64); }
td.TdClassName
{
border-color: #CF4740;
}
.TagClassName
{
border-color: #CF4740;
}
</style>