Html Css Color HEX #DB5741 Dark Coral

📋 copy color: '#DB5741'

red 219 ◦ green 87 ◦ blue 65

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

Shades of Dark Coral #DB5741

Tints of Dark Coral #DB5741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.45%

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

R = 59.03%
G = 23.45%
B = 17.52%

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

#DB5741 (or 0xDB5741) is known color: Dark Coral. HEX triplet: DB, 57 and 41. RGB value is (219,87,65). Sum of RGB (Red+Green+Blue) = 219+87+65=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5741 is #24A8BE. Grayscale: #7C7C7C. Windows color (decimal): -2402495 or 4282331. OLE color: 4282331.

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

Color convert

RGB 219 87 65 -
CMYK 0 0.60 0.70 0.14
HSL 8.57º 0.68% 0.56% -
HSV(B) 8.57º 0.7% 0.86% -
XYZ 33.58 22.26 7.53 -
YUV 123.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 219 87 65 0 0.60 0.70 0.14 8.57 0.68 0.56
Hex DB 57 41 0 3C 46 E 9 44 38
Octal 333 127 101 0 74 106 16 11 104 70
Binary 11011011 1010111 1000001 0 111100 1000110 1110 1001 1000100 111000

Color Harmonies of #DB5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5741

Black with #DB5741

Text Example


Text Example

White with #DB5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5741; }

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

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

background-color css

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

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

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

border-color css

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

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

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