Html Css Color HEX #DB5840 Dark Coral

📋 copy color: '#DB5840'

red 219 ◦ green 88 ◦ blue 64

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

Shades of Dark Coral #DB5840

Tints of Dark Coral #DB5840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 59.03%
G = 23.72%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB5840 (or 0xDB5840) is known color: Dark Coral. HEX triplet: DB, 58 and 40. RGB value is (219,88,64). Sum of RGB (Red+Green+Blue) = 219+88+64=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5840 is #24A7BF. Grayscale: #7C7C7C. Windows color (decimal): -2402240 or 4217051. OLE color: 4217051.

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

Color convert

RGB 219 88 64 -
CMYK 0 0.60 0.71 0.14
HSL 9.29º 0.68% 0.55% -
HSV(B) 9.29º 0.71% 0.86% -
XYZ 33.63 22.41 7.4 -
YUV 124.43 93.9 195.45 -
System Red Green Blue C M Y K H S L
Decimal 219 88 64 0 0.60 0.71 0.14 9.29 0.68 0.55
Hex DB 58 40 0 3C 47 E 9 44 37
Octal 333 130 100 0 74 107 16 11 104 67
Binary 11011011 1011000 1000000 0 111100 1000111 1110 1001 1000100 110111

Color Harmonies of #DB5840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5840

Black with #DB5840

Text Example


Text Example

White with #DB5840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5840; }

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

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

background-color css

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

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

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

border-color css

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

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

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