Html Css Color HEX #D75F49 Dark Coral

📋 copy color: '#D75F49'

red 215 ◦ green 95 ◦ blue 73

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

Shades of Dark Coral #D75F49

Tints of Dark Coral #D75F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.06%

R = 56.14%
G = 24.8%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D75F49 (or 0xD75F49) is known color: Dark Coral. HEX triplet: D7, 5F and 49. RGB value is (215,95,73). Sum of RGB (Red+Green+Blue) = 215+95+73=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75F49 is #28A0B6. Grayscale: #808080. Windows color (decimal): -2662583 or 4808663. OLE color: 4808663.

HSL color Cylindrical-coordinate representation of color #D75F49: hue angle of 9.3º degrees, saturation: 0.64, 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 #D75F49 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 95 73 -
CMYK 0 0.56 0.66 0.16
HSL 9.3º 0.64% 0.56% -
HSV(B) 9.3º 0.66% 0.84% -
XYZ 33.32 23.11 9.01 -
YUV 128.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 215 95 73 0 0.56 0.66 0.16 9.3 0.64 0.56
Hex D7 5F 49 0 38 42 10 9 40 38
Octal 327 137 111 0 70 102 20 11 100 70
Binary 11010111 1011111 1001001 0 111000 1000010 10000 1001 1000000 111000

Color Harmonies of #D75F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F49

Black with #D75F49

Text Example


Text Example

White with #D75F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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