Html Css Color HEX #D75D46 Dark Coral

📋 copy color: '#D75D46'

red 215 ◦ green 93 ◦ blue 70

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

Shades of Dark Coral #D75D46

Tints of Dark Coral #D75D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 56.88%
G = 24.6%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75D46 (or 0xD75D46) is known color: Dark Coral. HEX triplet: D7, 5D and 46. RGB value is (215,93,70). Sum of RGB (Red+Green+Blue) = 215+93+70=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D46 is #28A2B9. Grayscale: #7F7F7F. Windows color (decimal): -2663098 or 4611543. OLE color: 4611543.

HSL color Cylindrical-coordinate representation of color #D75D46: hue angle of 9.52º 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 #D75D46 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 70 -
CMYK 0 0.57 0.67 0.16
HSL 9.52º 0.64% 0.56% -
HSV(B) 9.52º 0.67% 0.84% -
XYZ 33.04 22.72 8.44 -
YUV 126.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 215 93 70 0 0.57 0.67 0.16 9.52 0.64 0.56
Hex D7 5D 46 0 39 43 10 A 40 38
Octal 327 135 106 0 71 103 20 12 100 70
Binary 11010111 1011101 1000110 0 111001 1000011 10000 1010 1000000 111000

Color Harmonies of #D75D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D46

Black with #D75D46

Text Example


Text Example

White with #D75D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D46; }

 p { color: rgb(215,93,70); }

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

background-color css

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

 a { background-color: rgb(215,93,70); }

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

border-color css

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

 span { border-color: rgb(215,93,70); }

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