Shades of Sunset #CF4A41
Tints of Sunset #CF4A41
RGB
CMYK
RGB Variations
Color information
#CF4A41 (or 0xCF4A41) is known color: Sunset. HEX triplet: CF, 4A and 41. RGB value is (207,74,65). Sum of RGB (Red+Green+Blue) = 207+74+65=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4A41 is #30B5BE. Grayscale: #707070. Windows color (decimal): -3192255 or 4278991. OLE color: 4278991.
HSL color Cylindrical-coordinate representation of color #CF4A41: hue angle of 3.8º 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 #CF4A41 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 65 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.19 |
| HSL | 3.8º | 0.6% | 0.53% | - |
| HSV(B) | 3.8º | 0.69% | 0.81% | - |
| XYZ | 29.14 | 18.54 | 7.04 | - |
| YUV | 112.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 65 | 0 | 0.64 | 0.69 | 0.19 | 3.8 | 0.6 | 0.53 |
| Hex | CF | 4A | 41 | 0 | 40 | 45 | 13 | 4 | 3C | 35 |
| Octal | 317 | 112 | 101 | 0 | 100 | 105 | 23 | 4 | 74 | 65 |
| Binary | 11001111 | 1001010 | 1000001 | 0 | 1000000 | 1000101 | 10011 | 100 | 111100 | 110101 |
Color Harmonies of #CF4A41
Complementary color
Monochromatic Colors of #CF4A41
Black with #CF4A41
Text Example
Text Example
White with #CF4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A41; }
p { color: rgb(207,74,65); }
H1.HeaderClassName
{
color: #CF4A41;
}
.AnyTagClassName
{
color: #CF4A41;
}
</style>
background-color css
<style>
a { background-color: #CF4A41; }
a { background-color: rgb(207,74,65); }
div.DivClassName
{
background-color: #CF4A41;
}
.BgClassName
{
background-color: #CF4A41;
}
</style>
border-color css
<style>
span { border-color: #CF4A41; }
span { border-color: rgb(207,74,65); }
td.TdClassName
{
border-color: #CF4A41;
}
.TagClassName
{
border-color: #CF4A41;
}
</style>