Html Css Color HEX #DB5742 Dark Coral

📋 copy color: '#DB5742'

red 219 ◦ green 87 ◦ blue 66

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

Shades of Dark Coral #DB5742

Tints of Dark Coral #DB5742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 58.87%
G = 23.39%
B = 17.74%

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

#DB5742 (or 0xDB5742) is known color: Dark Coral. HEX triplet: DB, 57 and 42. RGB value is (219,87,66). Sum of RGB (Red+Green+Blue) = 219+87+66=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5742 is #24A8BD. Grayscale: #7C7C7C. Windows color (decimal): -2402494 or 4347867. OLE color: 4347867.

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

Color convert

RGB 219 87 66 -
CMYK 0 0.60 0.70 0.14
HSL 8.24º 0.68% 0.56% -
HSV(B) 8.24º 0.7% 0.86% -
XYZ 33.6 22.27 7.68 -
YUV 124.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 219 87 66 0 0.60 0.70 0.14 8.24 0.68 0.56
Hex DB 57 42 0 3C 46 E 8 44 38
Octal 333 127 102 0 74 106 16 10 104 70
Binary 11011011 1010111 1000010 0 111100 1000110 1110 1000 1000100 111000

Color Harmonies of #DB5742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5742

Black with #DB5742

Text Example


Text Example

White with #DB5742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5742; }

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

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

background-color css

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

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

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

border-color css

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

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

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