Html Css Color HEX #DB5A40 Dark Coral

📋 copy color: '#DB5A40'

red 219 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #DB5A40

Tints of Dark Coral #DB5A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

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

R = 58.71%
G = 24.13%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB5A40 (or 0xDB5A40) is known color: Dark Coral. HEX triplet: DB, 5A and 40. RGB value is (219,90,64). Sum of RGB (Red+Green+Blue) = 219+90+64=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A40 is #24A5BF. Grayscale: #7D7D7D. Windows color (decimal): -2401728 or 4217563. OLE color: 4217563.

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

Color convert

RGB 219 90 64 -
CMYK 0 0.59 0.71 0.14
HSL 10.06º 0.68% 0.55% -
HSV(B) 10.06º 0.71% 0.86% -
XYZ 33.79 22.74 7.46 -
YUV 125.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 219 90 64 0 0.59 0.71 0.14 10.06 0.68 0.55
Hex DB 5A 40 0 3B 47 E A 44 37
Octal 333 132 100 0 73 107 16 12 104 67
Binary 11011011 1011010 1000000 0 111011 1000111 1110 1010 1000100 110111

Color Harmonies of #DB5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A40

Black with #DB5A40

Text Example


Text Example

White with #DB5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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