Html Css Color HEX #DB5440 Dark Coral

📋 copy color: '#DB5440'

red 219 ◦ green 84 ◦ blue 64

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

Shades of Dark Coral #DB5440

Tints of Dark Coral #DB5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 59.67%
G = 22.89%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB5440 (or 0xDB5440) is known color: Dark Coral. HEX triplet: DB, 54 and 40. RGB value is (219,84,64). Sum of RGB (Red+Green+Blue) = 219+84+64=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5440 is #24ABBF. Grayscale: #7A7A7A. Windows color (decimal): -2403264 or 4216027. OLE color: 4216027.

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

Color convert

RGB 219 84 64 -
CMYK 0 0.62 0.71 0.14
HSL 7.74º 0.68% 0.55% -
HSV(B) 7.74º 0.71% 0.86% -
XYZ 33.31 21.77 7.3 -
YUV 122.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 219 84 64 0 0.62 0.71 0.14 7.74 0.68 0.55
Hex DB 54 40 0 3E 47 E 8 44 37
Octal 333 124 100 0 76 107 16 10 104 67
Binary 11011011 1010100 1000000 0 111110 1000111 1110 1000 1000100 110111

Color Harmonies of #DB5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5440

Black with #DB5440

Text Example


Text Example

White with #DB5440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5440; }

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

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

background-color css

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

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

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

border-color css

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

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

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