Shades of Sunset #CF4745
Tints of Sunset #CF4745
RGB
CMYK
RGB Variations
Color information
#CF4745 (or 0xCF4745) is known color: Sunset. HEX triplet: CF, 47 and 45. RGB value is (207,71,69). Sum of RGB (Red+Green+Blue) = 207+71+69=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4745 is #30B8BA. Grayscale: #6F6F6F. Windows color (decimal): -3193019 or 4540367. OLE color: 4540367.
HSL color Cylindrical-coordinate representation of color #CF4745: hue angle of 0.87º 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 #CF4745 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 69 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.19 |
| HSL | 0.87º | 0.59% | 0.54% | - |
| HSV(B) | 0.87º | 0.67% | 0.81% | - |
| XYZ | 29.06 | 18.2 | 7.61 | - |
| YUV | 111.44 | 104.06 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 69 | 0 | 0.66 | 0.67 | 0.19 | 0.87 | 0.59 | 0.54 |
| Hex | CF | 47 | 45 | 0 | 42 | 43 | 13 | 1 | 3B | 36 |
| Octal | 317 | 107 | 105 | 0 | 102 | 103 | 23 | 1 | 73 | 66 |
| Binary | 11001111 | 1000111 | 1000101 | 0 | 1000010 | 1000011 | 10011 | 1 | 111011 | 110110 |
Color Harmonies of #CF4745
Complementary color
Monochromatic Colors of #CF4745
Black with #CF4745
Text Example
Text Example
White with #CF4745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4745; }
p { color: rgb(207,71,69); }
H1.HeaderClassName
{
color: #CF4745;
}
.AnyTagClassName
{
color: #CF4745;
}
</style>
background-color css
<style>
a { background-color: #CF4745; }
a { background-color: rgb(207,71,69); }
div.DivClassName
{
background-color: #CF4745;
}
.BgClassName
{
background-color: #CF4745;
}
</style>
border-color css
<style>
span { border-color: #CF4745; }
span { border-color: rgb(207,71,69); }
td.TdClassName
{
border-color: #CF4745;
}
.TagClassName
{
border-color: #CF4745;
}
</style>