Html Css Color HEX #D85240 Dark Coral

📋 copy color: '#D85240'

red 216 ◦ green 82 ◦ blue 64

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

Shades of Dark Coral #D85240

Tints of Dark Coral #D85240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.65%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 59.67%
G = 22.65%
B = 17.68%

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

#D85240 (or 0xD85240) is known color: Dark Coral. HEX triplet: D8, 52 and 40. RGB value is (216,82,64). Sum of RGB (Red+Green+Blue) = 216+82+64=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D85240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85240 is #27ADBF. Grayscale: #787878. Windows color (decimal): -2600384 or 4215512. OLE color: 4215512.

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

Color convert

RGB 216 82 64 -
CMYK 0 0.62 0.70 0.15
HSL 7.11º 0.66% 0.55% -
HSV(B) 7.11º 0.7% 0.85% -
XYZ 32.26 21 7.2 -
YUV 120.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 216 82 64 0 0.62 0.70 0.15 7.11 0.66 0.55
Hex D8 52 40 0 3E 46 F 7 42 37
Octal 330 122 100 0 76 106 17 7 102 67
Binary 11011000 1010010 1000000 0 111110 1000110 1111 111 1000010 110111

Color Harmonies of #D85240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85240

Black with #D85240

Text Example


Text Example

White with #D85240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85240; }

 p { color: rgb(216,82,64); }

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

background-color css

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

 a { background-color: rgb(216,82,64); }

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

border-color css

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

 span { border-color: rgb(216,82,64); }

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