Html Css Color HEX #D44D3E Dark Coral

📋 copy color: '#D44D3E'

red 212 ◦ green 77 ◦ blue 62

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

Shades of Dark Coral #D44D3E

Tints of Dark Coral #D44D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

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

R = 60.4%
G = 21.94%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D44D3E (or 0xD44D3E) is known color: Dark Coral. HEX triplet: D4, 4D and 3E. RGB value is (212,77,62). Sum of RGB (Red+Green+Blue) = 212+77+62=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44D3E is #2BB2C1. Grayscale: #737373. Windows color (decimal): -2863810 or 4083156. OLE color: 4083156.

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

Color convert

RGB 212 77 62 -
CMYK 0 0.64 0.71 0.17
HSL 0.64% 0.54% -
HSV(B) 0.71% 0.83% -
XYZ 30.67 19.65 6.73 -
YUV 115.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 212 77 62 0 0.64 0.71 0.17 6 0.64 0.54
Hex D4 4D 3E 0 40 47 11 6 40 36
Octal 324 115 76 0 100 107 21 6 100 66
Binary 11010100 1001101 111110 0 1000000 1000111 10001 110 1000000 110110

Color Harmonies of #D44D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D3E

Black with #D44D3E

Text Example


Text Example

White with #D44D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D3E; }

 p { color: rgb(212,77,62); }

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

background-color css

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

 a { background-color: rgb(212,77,62); }

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

border-color css

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

 span { border-color: rgb(212,77,62); }

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