Html Css Color HEX #DA513E Dark Coral

📋 copy color: '#DA513E'

red 218 ◦ green 81 ◦ blue 62

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

Shades of Dark Coral #DA513E

Tints of Dark Coral #DA513E

RGB

 RED value IS 218 (85.55% from 255) = 60.39%

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

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

R = 60.39%
G = 22.44%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA513E (or 0xDA513E) is known color: Dark Coral. HEX triplet: DA, 51 and 3E. RGB value is (218,81,62). Sum of RGB (Red+Green+Blue) = 218+81+62=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA513E is #25AEC1. Grayscale: #787878. Windows color (decimal): -2469570 or 4084186. OLE color: 4084186.

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

Color convert

RGB 218 81 62 -
CMYK 0 0.63 0.72 0.15
HSL 7.31º 0.68% 0.55% -
HSV(B) 7.31º 0.72% 0.85% -
XYZ 32.73 21.14 6.91 -
YUV 119.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 218 81 62 0 0.63 0.72 0.15 7.31 0.68 0.55
Hex DA 51 3E 0 3F 48 F 7 44 37
Octal 332 121 76 0 77 110 17 7 104 67
Binary 11011010 1010001 111110 0 111111 1001000 1111 111 1000100 110111

Color Harmonies of #DA513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA513E

Black with #DA513E

Text Example


Text Example

White with #DA513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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