Shades of Dark Coral #CF553A
Tints of Dark Coral #CF553A
RGB
CMYK
RGB Variations
Color information
#CF553A (or 0xCF553A) is known color: Dark Coral. HEX triplet: CF, 55 and 3A. RGB value is (207,85,58). Sum of RGB (Red+Green+Blue) = 207+85+58=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF553A is #30AAC5. Grayscale: #767676. Windows color (decimal): -3189446 or 3823055. OLE color: 3823055.
HSL color Cylindrical-coordinate representation of color #CF553A: hue angle of 10.87º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF553A is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 58 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.19 |
| HSL | 10.87º | 0.61% | 0.52% | - |
| HSV(B) | 10.87º | 0.72% | 0.81% | - |
| XYZ | 29.74 | 20.07 | 6.31 | - |
| YUV | 118.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 58 | 0 | 0.59 | 0.72 | 0.19 | 10.87 | 0.61 | 0.52 |
| Hex | CF | 55 | 3A | 0 | 3B | 48 | 13 | B | 3D | 34 |
| Octal | 317 | 125 | 72 | 0 | 73 | 110 | 23 | 13 | 75 | 64 |
| Binary | 11001111 | 1010101 | 111010 | 0 | 111011 | 1001000 | 10011 | 1011 | 111101 | 110100 |
Color Harmonies of #CF553A
Complementary color
Monochromatic Colors of #CF553A
Black with #CF553A
Text Example
Text Example
White with #CF553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF553A; }
p { color: rgb(207,85,58); }
H1.HeaderClassName
{
color: #CF553A;
}
.AnyTagClassName
{
color: #CF553A;
}
</style>
background-color css
<style>
a { background-color: #CF553A; }
a { background-color: rgb(207,85,58); }
div.DivClassName
{
background-color: #CF553A;
}
.BgClassName
{
background-color: #CF553A;
}
</style>
border-color css
<style>
span { border-color: #CF553A; }
span { border-color: rgb(207,85,58); }
td.TdClassName
{
border-color: #CF553A;
}
.TagClassName
{
border-color: #CF553A;
}
</style>