Html Css Color HEX #D85341 Dark Coral

📋 copy color: '#D85341'

red 216 ◦ green 83 ◦ blue 65

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

Shades of Dark Coral #D85341

Tints of Dark Coral #D85341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 59.34%
G = 22.8%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85341 (or 0xD85341) is known color: Dark Coral. HEX triplet: D8, 53 and 41. RGB value is (216,83,65). Sum of RGB (Red+Green+Blue) = 216+83+65=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D85341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85341 is #27ACBE. Grayscale: #787878. Windows color (decimal): -2600127 or 4281304. OLE color: 4281304.

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

Color convert

RGB 216 83 65 -
CMYK 0 0.62 0.70 0.15
HSL 7.15º 0.66% 0.55% -
HSV(B) 7.15º 0.7% 0.85% -
XYZ 32.37 21.17 7.38 -
YUV 120.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 216 83 65 0 0.62 0.70 0.15 7.15 0.66 0.55
Hex D8 53 41 0 3E 46 F 7 42 37
Octal 330 123 101 0 76 106 17 7 102 67
Binary 11011000 1010011 1000001 0 111110 1000110 1111 111 1000010 110111

Color Harmonies of #D85341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85341

Black with #D85341

Text Example


Text Example

White with #D85341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85341; }

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

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

background-color css

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

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

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

border-color css

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

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

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