Html Css Color HEX #D95D42 Dark Coral

📋 copy color: '#D95D42'

red 217 ◦ green 93 ◦ blue 66

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

Shades of Dark Coral #D95D42

Tints of Dark Coral #D95D42

RGB

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

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

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

R = 57.71%
G = 24.73%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D95D42 (or 0xD95D42) is known color: Dark Coral. HEX triplet: D9, 5D and 42. RGB value is (217,93,66). Sum of RGB (Red+Green+Blue) = 217+93+66=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D42 is #26A2BD. Grayscale: #7F7F7F. Windows color (decimal): -2532030 or 4349401. OLE color: 4349401.

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

Color convert

RGB 217 93 66 -
CMYK 0 0.57 0.70 0.15
HSL 10.73º 0.67% 0.55% -
HSV(B) 10.73º 0.7% 0.85% -
XYZ 33.51 22.97 7.82 -
YUV 127 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 217 93 66 0 0.57 0.70 0.15 10.73 0.67 0.55
Hex D9 5D 42 0 39 46 F B 43 37
Octal 331 135 102 0 71 106 17 13 103 67
Binary 11011001 1011101 1000010 0 111001 1000110 1111 1011 1000011 110111

Color Harmonies of #D95D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D42

Black with #D95D42

Text Example


Text Example

White with #D95D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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