Html Css Color HEX #D04E40 Dark Coral

📋 copy color: '#D04E40'

red 208 ◦ green 78 ◦ blue 64

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

Shades of Dark Coral #D04E40

Tints of Dark Coral #D04E40

RGB

 RED value IS 208 (81.64% from 255) = 59.43%

 GREEN value IS 78 (30.86% from 255) = 22.29%

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

R = 59.43%
G = 22.29%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04E40 (or 0xD04E40) is known color: Dark Coral. HEX triplet: D0, 4E and 40. RGB value is (208,78,64). Sum of RGB (Red+Green+Blue) = 208+78+64=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E40 is #2FB1BF. Grayscale: #737373. Windows color (decimal): -3125696 or 4214480. OLE color: 4214480.

HSL color Cylindrical-coordinate representation of color #D04E40: hue angle of 5.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04E40 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 78 64 -
CMYK 0 0.62 0.69 0.18
HSL 5.83º 0.61% 0.53% -
HSV(B) 5.83º 0.69% 0.82% -
XYZ 29.66 19.23 7 -
YUV 115.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 208 78 64 0 0.62 0.69 0.18 5.83 0.61 0.53
Hex D0 4E 40 0 3E 45 12 6 3D 35
Octal 320 116 100 0 76 105 22 6 75 65
Binary 11010000 1001110 1000000 0 111110 1000101 10010 110 111101 110101

Color Harmonies of #D04E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E40

Black with #D04E40

Text Example


Text Example

White with #D04E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E40; }

 p { color: rgb(208,78,64); }

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

background-color css

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

 a { background-color: rgb(208,78,64); }

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

border-color css

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

 span { border-color: rgb(208,78,64); }

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