Html Css Color HEX #D85C45 Dark Coral

📋 copy color: '#D85C45'

red 216 ◦ green 92 ◦ blue 69

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

Shades of Dark Coral #D85C45

Tints of Dark Coral #D85C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 57.29%
G = 24.4%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D85C45 (or 0xD85C45) is known color: Dark Coral. HEX triplet: D8, 5C and 45. RGB value is (216,92,69). Sum of RGB (Red+Green+Blue) = 216+92+69=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C45 is #27A3BA. Grayscale: #7E7E7E. Windows color (decimal): -2597819 or 4545752. OLE color: 4545752.

HSL color Cylindrical-coordinate representation of color #D85C45: hue angle of 9.39º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D85C45 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 69 -
CMYK 0 0.57 0.68 0.15
HSL 9.39º 0.65% 0.56% -
HSV(B) 9.39º 0.68% 0.85% -
XYZ 33.22 22.68 8.26 -
YUV 126.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 216 92 69 0 0.57 0.68 0.15 9.39 0.65 0.56
Hex D8 5C 45 0 39 44 F 9 41 38
Octal 330 134 105 0 71 104 17 11 101 70
Binary 11011000 1011100 1000101 0 111001 1000100 1111 1001 1000001 111000

Color Harmonies of #D85C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C45

Black with #D85C45

Text Example


Text Example

White with #D85C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C45; }

 p { color: rgb(216,92,69); }

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

background-color css

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

 a { background-color: rgb(216,92,69); }

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

border-color css

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

 span { border-color: rgb(216,92,69); }

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