Html Css Color HEX #D85F41 Dark Coral

📋 copy color: '#D85F41'

red 216 ◦ green 95 ◦ blue 65

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

Shades of Dark Coral #D85F41

Tints of Dark Coral #D85F41

RGB

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

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

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

R = 57.45%
G = 25.27%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85F41 (or 0xD85F41) is known color: Dark Coral. HEX triplet: D8, 5F and 41. RGB value is (216,95,65). Sum of RGB (Red+Green+Blue) = 216+95+65=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F41 is #27A0BE. Grayscale: #808080. Windows color (decimal): -2597055 or 4284376. OLE color: 4284376.

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

Color convert

RGB 216 95 65 -
CMYK 0 0.56 0.70 0.15
HSL 11.92º 0.66% 0.55% -
HSV(B) 11.92º 0.7% 0.85% -
XYZ 33.37 23.17 7.71 -
YUV 127.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 216 95 65 0 0.56 0.70 0.15 11.92 0.66 0.55
Hex D8 5F 41 0 38 46 F C 42 37
Octal 330 137 101 0 70 106 17 14 102 67
Binary 11011000 1011111 1000001 0 111000 1000110 1111 1100 1000010 110111

Color Harmonies of #D85F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F41

Black with #D85F41

Text Example


Text Example

White with #D85F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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