Html Css Color HEX #D45F40 Dark Coral

📋 copy color: '#D45F40'

red 212 ◦ green 95 ◦ blue 64

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

Shades of Dark Coral #D45F40

Tints of Dark Coral #D45F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

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

R = 57.14%
G = 25.61%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D45F40 (or 0xD45F40) is known color: Dark Coral. HEX triplet: D4, 5F and 40. RGB value is (212,95,64). Sum of RGB (Red+Green+Blue) = 212+95+64=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45F40 is #2BA0BF. Grayscale: #7E7E7E. Windows color (decimal): -2859200 or 4218836. OLE color: 4218836.

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

Color convert

RGB 212 95 64 -
CMYK 0 0.55 0.70 0.17
HSL 12.57º 0.63% 0.54% -
HSV(B) 12.57º 0.7% 0.83% -
XYZ 32.17 22.55 7.51 -
YUV 126.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 212 95 64 0 0.55 0.70 0.17 12.57 0.63 0.54
Hex D4 5F 40 0 37 46 11 D 3F 36
Octal 324 137 100 0 67 106 21 15 77 66
Binary 11010100 1011111 1000000 0 110111 1000110 10001 1101 111111 110110

Color Harmonies of #D45F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45F40

Black with #D45F40

Text Example


Text Example

White with #D45F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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