#D65F48

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

Shades of Dark Coral #D65F48

Tints of Dark Coral #D65F48

Color information

#D65F48 (or 0xD65F48) is unknown color: approx Dark Coral. HEX triplet: D6, 5F and 48. RGB value is (214,95,72). Sum of RGB (Red+Green+Blue) = 214+95+72=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F48 is #29A0B7. Grayscale: #808080. Windows color (decimal): -2728120 or 4743126. OLE color: 4743126.

HSL color Cylindrical-coordinate representation of color #D65F48: hue angle of 9.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D65F48 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2149572-
CMYK00.560.660.16
HSL9.72º63.39%56.08%-
HSV(B)9.72º66.36%83.92%-
XYZ32.9922.958.82-
YUV127.9696.42189.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.17%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=56.17%
G=24.93%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214957200.560.660.169.7263.3956.08
HexD65F480384210a3f38
Octal32613711007010220127770
Binary110101101011111100100001110001000010100001010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F48; }

 p { color: rgb(214,95,72); }

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

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

 a { background-color: rgb(214,95,72); }

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

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

 span { border-color: rgb(214,95,72); }

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