Html Css Color HEX #DB5540 Dark Coral

📋 copy color: '#DB5540'

red 219 ◦ green 85 ◦ blue 64

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

Shades of Dark Coral #DB5540

Tints of Dark Coral #DB5540

RGB

 RED value IS 219 (85.94% from 255) = 59.51%

 GREEN value IS 85 (33.59% from 255) = 23.1%

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

R = 59.51%
G = 23.1%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB5540 (or 0xDB5540) is known color: Dark Coral. HEX triplet: DB, 55 and 40. RGB value is (219,85,64). Sum of RGB (Red+Green+Blue) = 219+85+64=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5540 is #24AABF. Grayscale: #7A7A7A. Windows color (decimal): -2403008 or 4216283. OLE color: 4216283.

HSL color Cylindrical-coordinate representation of color #DB5540: hue angle of 8.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB5540 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 64 -
CMYK 0 0.61 0.71 0.14
HSL 8.13º 0.68% 0.55% -
HSV(B) 8.13º 0.71% 0.86% -
XYZ 33.39 21.93 7.32 -
YUV 122.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 219 85 64 0 0.61 0.71 0.14 8.13 0.68 0.55
Hex DB 55 40 0 3D 47 E 8 44 37
Octal 333 125 100 0 75 107 16 10 104 67
Binary 11011011 1010101 1000000 0 111101 1000111 1110 1000 1000100 110111

Color Harmonies of #DB5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5540

Black with #DB5540

Text Example


Text Example

White with #DB5540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5540; }

 p { color: rgb(219,85,64); }

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

background-color css

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

 a { background-color: rgb(219,85,64); }

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

border-color css

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

 span { border-color: rgb(219,85,64); }

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