Html Css Color HEX #DB5941 Dark Coral

📋 copy color: '#DB5941'

red 219 ◦ green 89 ◦ blue 65

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

Shades of Dark Coral #DB5941

Tints of Dark Coral #DB5941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 58.71%
G = 23.86%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB5941 (or 0xDB5941) is known color: Dark Coral. HEX triplet: DB, 59 and 41. RGB value is (219,89,65). Sum of RGB (Red+Green+Blue) = 219+89+65=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5941 is #24A6BE. Grayscale: #7D7D7D. Windows color (decimal): -2401983 or 4282843. OLE color: 4282843.

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

Color convert

RGB 219 89 65 -
CMYK 0 0.59 0.70 0.14
HSL 9.35º 0.68% 0.56% -
HSV(B) 9.35º 0.7% 0.86% -
XYZ 33.74 22.59 7.58 -
YUV 125.13 94.07 194.95 -
System Red Green Blue C M Y K H S L
Decimal 219 89 65 0 0.59 0.70 0.14 9.35 0.68 0.56
Hex DB 59 41 0 3B 46 E 9 44 38
Octal 333 131 101 0 73 106 16 11 104 70
Binary 11011011 1011001 1000001 0 111011 1000110 1110 1001 1000100 111000

Color Harmonies of #DB5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5941

Black with #DB5941

Text Example


Text Example

White with #DB5941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5941; }

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

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

background-color css

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

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

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

border-color css

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

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

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