#CF513F

Color #CF513F Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CF513F

Tints of Dark Coral #CF513F

Color information

#CF513F (or 0xCF513F) is unknown color: approx Dark Coral. HEX triplet: CF, 51 and 3F. RGB value is (207,81,63). Sum of RGB (Red+Green+Blue) = 207+81+63=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF513F is #30AEC0. Grayscale: #747474. Windows color (decimal): -3190465 or 4149711. OLE color: 4149711.

HSL color Cylindrical-coordinate representation of color #CF513F: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF513F is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB2078163-
CMYK00.610.700.19
HSL7.5º60%52.94%-
HSV(B)7.5º69.57%81.18%-
XYZ29.5719.516.91-
YUV116.6297.74192.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 58.97%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 63 (25% from 255) = 17.95%
R=58.97%
G=23.08%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207816300.610.700.197.56052.94
HexCF513F03D461383c35
Octal3171217707510623107465
Binary11001111101000111111101111011000110100111000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF513F; }

 p { color: rgb(207,81,63); }

 H1.HeaderClassName
 {
   color: #CF513F;
 }
 .AnyTagClassName
 {
   color: #CF513F;
 }
</style>
background-color css

<style>
 a { background-color: #CF513F; }

 a { background-color: rgb(207,81,63); }

 div.DivClassName
 {
   background-color: #CF513F;
 }
 .BgClassName
 {
   background-color: #CF513F;
 }
</style>
border-color css

<style>
 span { border-color: #CF513F; }

 span { border-color: rgb(207,81,63); }

 td.TdClassName
 {
   border-color: #CF513F;
 }
 .TagClassName
 {
   border-color: #CF513F;
 }
</style>