Html Css Color HEX #D85D41 Dark Coral

📋 copy color: '#D85D41'

red 216 ◦ green 93 ◦ blue 65

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

Shades of Dark Coral #D85D41

Tints of Dark Coral #D85D41

RGB

 RED value IS 216 (84.77% from 255) = 57.75%

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

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 57.75%
G = 24.87%
B = 17.38%

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

#D85D41 (or 0xD85D41) is known color: Dark Coral. HEX triplet: D8, 5D and 41. RGB value is (216,93,65). Sum of RGB (Red+Green+Blue) = 216+93+65=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D41 is #27A2BE. Grayscale: #7E7E7E. Windows color (decimal): -2597567 or 4283864. OLE color: 4283864.

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

Color convert

RGB 216 93 65 -
CMYK 0 0.57 0.70 0.15
HSL 11.13º 0.66% 0.55% -
HSV(B) 11.13º 0.7% 0.85% -
XYZ 33.19 22.81 7.65 -
YUV 126.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 216 93 65 0 0.57 0.70 0.15 11.13 0.66 0.55
Hex D8 5D 41 0 39 46 F B 42 37
Octal 330 135 101 0 71 106 17 13 102 67
Binary 11011000 1011101 1000001 0 111001 1000110 1111 1011 1000010 110111

Color Harmonies of #D85D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D41

Black with #D85D41

Text Example


Text Example

White with #D85D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D41; }

 p { color: rgb(216,93,65); }

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

background-color css

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

 a { background-color: rgb(216,93,65); }

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

border-color css

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

 span { border-color: rgb(216,93,65); }

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