Html Css Color HEX #D95742 Dark Coral

📋 copy color: '#D95742'

red 217 ◦ green 87 ◦ blue 66

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

Shades of Dark Coral #D95742

Tints of Dark Coral #D95742

RGB

 RED value IS 217 (85.16% from 255) = 58.65%

 GREEN value IS 87 (34.38% from 255) = 23.51%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 58.65%
G = 23.51%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D95742 (or 0xD95742) is known color: Dark Coral. HEX triplet: D9, 57 and 42. RGB value is (217,87,66). Sum of RGB (Red+Green+Blue) = 217+87+66=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D95742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95742 is #26A8BD. Grayscale: #7B7B7B. Windows color (decimal): -2533566 or 4347865. OLE color: 4347865.

HSL color Cylindrical-coordinate representation of color #D95742: hue angle of 8.34º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D95742 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 66 -
CMYK 0 0.60 0.70 0.15
HSL 8.34º 0.67% 0.55% -
HSV(B) 8.34º 0.7% 0.85% -
XYZ 33.01 21.96 7.65 -
YUV 123.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 217 87 66 0 0.60 0.70 0.15 8.34 0.67 0.55
Hex D9 57 42 0 3C 46 F 8 43 37
Octal 331 127 102 0 74 106 17 10 103 67
Binary 11011001 1010111 1000010 0 111100 1000110 1111 1000 1000011 110111

Color Harmonies of #D95742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95742

Black with #D95742

Text Example


Text Example

White with #D95742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95742; }

 p { color: rgb(217,87,66); }

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

background-color css

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

 a { background-color: rgb(217,87,66); }

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

border-color css

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

 span { border-color: rgb(217,87,66); }

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