Html Css Color HEX #D45642 Dark Coral

📋 copy color: '#D45642'

red 212 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #D45642

Tints of Dark Coral #D45642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 58.24%
G = 23.63%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D45642 (or 0xD45642) is known color: Dark Coral. HEX triplet: D4, 56 and 42. RGB value is (212,86,66). Sum of RGB (Red+Green+Blue) = 212+86+66=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D45642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45642 is #2BA9BD. Grayscale: #797979. Windows color (decimal): -2861502 or 4347604. OLE color: 4347604.

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

Color convert

RGB 212 86 66 -
CMYK 0 0.59 0.69 0.17
HSL 8.22º 0.63% 0.55% -
HSV(B) 8.22º 0.69% 0.83% -
XYZ 31.46 21.05 7.56 -
YUV 121.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 212 86 66 0 0.59 0.69 0.17 8.22 0.63 0.55
Hex D4 56 42 0 3B 45 11 8 3F 37
Octal 324 126 102 0 73 105 21 10 77 67
Binary 11010100 1010110 1000010 0 111011 1000101 10001 1000 111111 110111

Color Harmonies of #D45642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45642

Black with #D45642

Text Example


Text Example

White with #D45642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45642; }

 p { color: rgb(212,86,66); }

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

background-color css

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

 a { background-color: rgb(212,86,66); }

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

border-color css

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

 span { border-color: rgb(212,86,66); }

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