Html Css Color HEX #D75F47 Dark Coral

📋 copy color: '#D75F47'

red 215 ◦ green 95 ◦ blue 71

#D75F47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #D75F47

Tints of Dark Coral #D75F47

RGB

 RED value IS 215 (84.38% from 255) = 56.43%

 GREEN value IS 95 (37.5% from 255) = 24.93%

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 56.43%
G = 24.93%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75F47 (or 0xD75F47) is known color: Dark Coral. HEX triplet: D7, 5F and 47. RGB value is (215,95,71). Sum of RGB (Red+Green+Blue) = 215+95+71=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75F47 is #28A0B8. Grayscale: #808080. Windows color (decimal): -2662585 or 4677591. OLE color: 4677591.

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

Color convert

RGB 215 95 71 -
CMYK 0 0.56 0.67 0.16
HSL 10º 0.64% 0.56% -
HSV(B) 10º 0.67% 0.84% -
XYZ 33.25 23.09 8.66 -
YUV 128.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 215 95 71 0 0.56 0.67 0.16 10 0.64 0.56
Hex D7 5F 47 0 38 43 10 A 40 38
Octal 327 137 107 0 70 103 20 12 100 70
Binary 11010111 1011111 1000111 0 111000 1000011 10000 1010 1000000 111000

Color Harmonies of #D75F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F47

Black with #D75F47

Text Example


Text Example

White with #D75F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F47; }

 p { color: rgb(215,95,71); }

 H1.HeaderClassName
 {
   color: #D75F47;
 }
 .AnyTagClassName
 {
   color: #D75F47;
 }
</style>

background-color css

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

 a { background-color: rgb(215,95,71); }

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

border-color css

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

 span { border-color: rgb(215,95,71); }

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