Html Css Color HEX #D85A45 Dark Coral

📋 copy color: '#D85A45'

red 216 ◦ green 90 ◦ blue 69

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

Shades of Dark Coral #D85A45

Tints of Dark Coral #D85A45

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

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

R = 57.6%
G = 24%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D85A45 (or 0xD85A45) is known color: Dark Coral. HEX triplet: D8, 5A and 45. RGB value is (216,90,69). Sum of RGB (Red+Green+Blue) = 216+90+69=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A45 is #27A5BA. Grayscale: #7D7D7D. Windows color (decimal): -2598331 or 4545240. OLE color: 4545240.

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

Color convert

RGB 216 90 69 -
CMYK 0 0.58 0.68 0.15
HSL 8.57º 0.65% 0.56% -
HSV(B) 8.57º 0.68% 0.85% -
XYZ 33.05 22.34 8.2 -
YUV 125.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 216 90 69 0 0.58 0.68 0.15 8.57 0.65 0.56
Hex D8 5A 45 0 3A 44 F 9 41 38
Octal 330 132 105 0 72 104 17 11 101 70
Binary 11011000 1011010 1000101 0 111010 1000100 1111 1001 1000001 111000

Color Harmonies of #D85A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A45

Black with #D85A45

Text Example


Text Example

White with #D85A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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