Html Css Color HEX #D44E40 Dark Coral

📋 copy color: '#D44E40'

red 212 ◦ green 78 ◦ blue 64

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

Shades of Dark Coral #D44E40

Tints of Dark Coral #D44E40

RGB

 RED value IS 212 (83.2% from 255) = 59.89%

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

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

R = 59.89%
G = 22.03%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D44E40 (or 0xD44E40) is known color: Dark Coral. HEX triplet: D4, 4E and 40. RGB value is (212,78,64). Sum of RGB (Red+Green+Blue) = 212+78+64=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44E40 is #2BB1BF. Grayscale: #747474. Windows color (decimal): -2863552 or 4214484. OLE color: 4214484.

HSL color Cylindrical-coordinate representation of color #D44E40: hue angle of 5.68º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44E40 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 78 64 -
CMYK 0 0.63 0.70 0.17
HSL 5.68º 0.63% 0.54% -
HSV(B) 5.68º 0.7% 0.83% -
XYZ 30.8 19.82 7.05 -
YUV 116.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 212 78 64 0 0.63 0.70 0.17 5.68 0.63 0.54
Hex D4 4E 40 0 3F 46 11 6 3F 36
Octal 324 116 100 0 77 106 21 6 77 66
Binary 11010100 1001110 1000000 0 111111 1000110 10001 110 111111 110110

Color Harmonies of #D44E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44E40

Black with #D44E40

Text Example


Text Example

White with #D44E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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