Html Css Color HEX #D45E40 Dark Coral

📋 copy color: '#D45E40'

red 212 ◦ green 94 ◦ blue 64

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

Shades of Dark Coral #D45E40

Tints of Dark Coral #D45E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.41%

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

R = 57.3%
G = 25.41%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D45E40 (or 0xD45E40) is known color: Dark Coral. HEX triplet: D4, 5E and 40. RGB value is (212,94,64). Sum of RGB (Red+Green+Blue) = 212+94+64=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45E40 is #2BA1BF. Grayscale: #7E7E7E. Windows color (decimal): -2859456 or 4218580. OLE color: 4218580.

HSL color Cylindrical-coordinate representation of color #D45E40: hue angle of 12.16º 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 #D45E40 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 94 64 -
CMYK 0 0.56 0.70 0.17
HSL 12.16º 0.63% 0.54% -
HSV(B) 12.16º 0.7% 0.83% -
XYZ 32.08 22.37 7.48 -
YUV 125.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 212 94 64 0 0.56 0.70 0.17 12.16 0.63 0.54
Hex D4 5E 40 0 38 46 11 C 3F 36
Octal 324 136 100 0 70 106 21 14 77 66
Binary 11010100 1011110 1000000 0 111000 1000110 10001 1100 111111 110110

Color Harmonies of #D45E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45E40

Black with #D45E40

Text Example


Text Example

White with #D45E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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