Shades of Dark Coral #CF4B40
Tints of Dark Coral #CF4B40
RGB
CMYK
RGB Variations
Color information
#CF4B40 (or 0xCF4B40) is known color: Dark Coral. HEX triplet: CF, 4B and 40. RGB value is (207,75,64). Sum of RGB (Red+Green+Blue) = 207+75+64=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4B40 is #30B4BF. Grayscale: #717171. Windows color (decimal): -3192000 or 4213711. OLE color: 4213711.
HSL color Cylindrical-coordinate representation of color #CF4B40: hue angle of 4.62º 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 #CF4B40 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 64 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.19 |
| HSL | 4.62º | 0.6% | 0.53% | - |
| HSV(B) | 4.62º | 0.69% | 0.81% | - |
| XYZ | 29.17 | 18.67 | 6.92 | - |
| YUV | 113.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 64 | 0 | 0.64 | 0.69 | 0.19 | 4.62 | 0.6 | 0.53 |
| Hex | CF | 4B | 40 | 0 | 40 | 45 | 13 | 5 | 3C | 35 |
| Octal | 317 | 113 | 100 | 0 | 100 | 105 | 23 | 5 | 74 | 65 |
| Binary | 11001111 | 1001011 | 1000000 | 0 | 1000000 | 1000101 | 10011 | 101 | 111100 | 110101 |
Color Harmonies of #CF4B40
Complementary color
Monochromatic Colors of #CF4B40
Black with #CF4B40
Text Example
Text Example
White with #CF4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B40; }
p { color: rgb(207,75,64); }
H1.HeaderClassName
{
color: #CF4B40;
}
.AnyTagClassName
{
color: #CF4B40;
}
</style>
background-color css
<style>
a { background-color: #CF4B40; }
a { background-color: rgb(207,75,64); }
div.DivClassName
{
background-color: #CF4B40;
}
.BgClassName
{
background-color: #CF4B40;
}
</style>
border-color css
<style>
span { border-color: #CF4B40; }
span { border-color: rgb(207,75,64); }
td.TdClassName
{
border-color: #CF4B40;
}
.TagClassName
{
border-color: #CF4B40;
}
</style>