Html Css Color HEX #D85F3F Dark Coral

📋 copy color: '#D85F3F'

red 216 ◦ green 95 ◦ blue 63

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

Shades of Dark Coral #D85F3F

Tints of Dark Coral #D85F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.84%

R = 57.75%
G = 25.4%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D85F3F (or 0xD85F3F) is known color: Dark Coral. HEX triplet: D8, 5F and 3F. RGB value is (216,95,63). Sum of RGB (Red+Green+Blue) = 216+95+63=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F3F is #27A0C0. Grayscale: #7F7F7F. Windows color (decimal): -2597057 or 4153304. OLE color: 4153304.

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

Color convert

RGB 216 95 63 -
CMYK 0 0.56 0.71 0.15
HSL 12.55º 0.66% 0.55% -
HSV(B) 12.55º 0.71% 0.85% -
XYZ 33.31 23.14 7.41 -
YUV 127.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 216 95 63 0 0.56 0.71 0.15 12.55 0.66 0.55
Hex D8 5F 3F 0 38 47 F D 42 37
Octal 330 137 77 0 70 107 17 15 102 67
Binary 11011000 1011111 111111 0 111000 1000111 1111 1101 1000010 110111

Color Harmonies of #D85F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F3F

Black with #D85F3F

Text Example


Text Example

White with #D85F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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