Html Css Color HEX #D56246 Dark Coral

📋 copy color: '#D56246'

red 213 ◦ green 98 ◦ blue 70

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

Shades of Dark Coral #D56246

Tints of Dark Coral #D56246

RGB

 RED value IS 213 (83.59% from 255) = 55.91%

 GREEN value IS 98 (38.67% from 255) = 25.72%

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 55.91%
G = 25.72%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D56246 (or 0xD56246) is known color: Dark Coral. HEX triplet: D5, 62 and 46. RGB value is (213,98,70). Sum of RGB (Red+Green+Blue) = 213+98+70=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D56246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56246 is #2A9DB9. Grayscale: #818181. Windows color (decimal): -2792890 or 4612821. OLE color: 4612821.

HSL color Cylindrical-coordinate representation of color #D56246: hue angle of 11.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D56246 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 70 -
CMYK 0 0.54 0.67 0.16
HSL 11.75º 0.63% 0.55% -
HSV(B) 11.75º 0.67% 0.84% -
XYZ 32.91 23.32 8.56 -
YUV 129.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 213 98 70 0 0.54 0.67 0.16 11.75 0.63 0.55
Hex D5 62 46 0 36 43 10 C 3F 37
Octal 325 142 106 0 66 103 20 14 77 67
Binary 11010101 1100010 1000110 0 110110 1000011 10000 1100 111111 110111

Color Harmonies of #D56246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56246

Black with #D56246

Text Example


Text Example

White with #D56246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56246; }

 p { color: rgb(213,98,70); }

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

background-color css

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

 a { background-color: rgb(213,98,70); }

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

border-color css

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

 span { border-color: rgb(213,98,70); }

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