Html Css Color HEX #DB513E Dark Coral

📋 copy color: '#DB513E'

red 219 ◦ green 81 ◦ blue 62

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

Shades of Dark Coral #DB513E

Tints of Dark Coral #DB513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 62 (24.61% from 255) = 17.13%

R = 60.5%
G = 22.38%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB513E (or 0xDB513E) is known color: Dark Coral. HEX triplet: DB, 51 and 3E. RGB value is (219,81,62). Sum of RGB (Red+Green+Blue) = 219+81+62=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB513E is #24AEC1. Grayscale: #787878. Windows color (decimal): -2404034 or 4084187. OLE color: 4084187.

HSL color Cylindrical-coordinate representation of color #DB513E: hue angle of 7.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB513E is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 62 -
CMYK 0 0.63 0.72 0.14
HSL 7.26º 0.69% 0.55% -
HSV(B) 7.26º 0.72% 0.86% -
XYZ 33.03 21.29 6.93 -
YUV 120.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 219 81 62 0 0.63 0.72 0.14 7.26 0.69 0.55
Hex DB 51 3E 0 3F 48 E 7 45 37
Octal 333 121 76 0 77 110 16 7 105 67
Binary 11011011 1010001 111110 0 111111 1001000 1110 111 1000101 110111

Color Harmonies of #DB513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB513E

Black with #DB513E

Text Example


Text Example

White with #DB513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB513E; }

 p { color: rgb(219,81,62); }

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

background-color css

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

 a { background-color: rgb(219,81,62); }

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

border-color css

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

 span { border-color: rgb(219,81,62); }

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