Html Css Color HEX #DB5841 Dark Coral

📋 copy color: '#DB5841'

red 219 ◦ green 88 ◦ blue 65

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

Shades of Dark Coral #DB5841

Tints of Dark Coral #DB5841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.47%

R = 58.87%
G = 23.66%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB5841 (or 0xDB5841) is known color: Dark Coral. HEX triplet: DB, 58 and 41. RGB value is (219,88,65). Sum of RGB (Red+Green+Blue) = 219+88+65=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5841 is #24A7BE. Grayscale: #7C7C7C. Windows color (decimal): -2402239 or 4282587. OLE color: 4282587.

HSL color Cylindrical-coordinate representation of color #DB5841: hue angle of 8.96º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB5841 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 65 -
CMYK 0 0.60 0.70 0.14
HSL 8.96º 0.68% 0.56% -
HSV(B) 8.96º 0.7% 0.86% -
XYZ 33.66 22.42 7.55 -
YUV 124.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 219 88 65 0 0.60 0.70 0.14 8.96 0.68 0.56
Hex DB 58 41 0 3C 46 E 9 44 38
Octal 333 130 101 0 74 106 16 11 104 70
Binary 11011011 1011000 1000001 0 111100 1000110 1110 1001 1000100 111000

Color Harmonies of #DB5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5841

Black with #DB5841

Text Example


Text Example

White with #DB5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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