Shades of Sunset #CF4343
Tints of Sunset #CF4343
RGB
CMYK
RGB Variations
Color information
#CF4343 (or 0xCF4343) is known color: Sunset. HEX triplet: CF, 43 and 43. RGB value is (207,67,67). Sum of RGB (Red+Green+Blue) = 207+67+67=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4343 is #30BCBC. Grayscale: #6D6D6D. Windows color (decimal): -3194045 or 4408271. OLE color: 4408271.
HSL color Cylindrical-coordinate representation of color #CF4343: 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.68%. Process color model (Four color, CMYK) of #CF4343 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 67 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.19 |
| HSL | 0º | 0.59% | 0.54% | - |
| HSV(B) | 0º | 0.68% | 0.81% | - |
| XYZ | 28.75 | 17.68 | 7.21 | - |
| YUV | 108.86 | 104.38 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 67 | 0 | 0.68 | 0.68 | 0.19 | 0 | 0.59 | 0.54 |
| Hex | CF | 43 | 43 | 0 | 44 | 44 | 13 | 0 | 3B | 36 |
| Octal | 317 | 103 | 103 | 0 | 104 | 104 | 23 | 0 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1000011 | 0 | 1000100 | 1000100 | 10011 | 0 | 111011 | 110110 |
Color Harmonies of #CF4343
Complementary color
Monochromatic Colors of #CF4343
Black with #CF4343
Text Example
Text Example
White with #CF4343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4343; }
p { color: rgb(207,67,67); }
H1.HeaderClassName
{
color: #CF4343;
}
.AnyTagClassName
{
color: #CF4343;
}
</style>
background-color css
<style>
a { background-color: #CF4343; }
a { background-color: rgb(207,67,67); }
div.DivClassName
{
background-color: #CF4343;
}
.BgClassName
{
background-color: #CF4343;
}
</style>
border-color css
<style>
span { border-color: #CF4343; }
span { border-color: rgb(207,67,67); }
td.TdClassName
{
border-color: #CF4343;
}
.TagClassName
{
border-color: #CF4343;
}
</style>