Html Css Color HEX #D64F3E Dark Coral

📋 copy color: '#D64F3E'

red 214 ◦ green 79 ◦ blue 62

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

Shades of Dark Coral #D64F3E

Tints of Dark Coral #D64F3E

RGB

 RED value IS 214 (83.98% from 255) = 60.28%

 GREEN value IS 79 (31.25% from 255) = 22.25%

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

R = 60.28%
G = 22.25%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D64F3E (or 0xD64F3E) is known color: Dark Coral. HEX triplet: D6, 4F and 3E. RGB value is (214,79,62). Sum of RGB (Red+Green+Blue) = 214+79+62=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F3E is #29B0C1. Grayscale: #757575. Windows color (decimal): -2732226 or 4083670. OLE color: 4083670.

HSL color Cylindrical-coordinate representation of color #D64F3E: hue angle of 6.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D64F3E is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 79 62 -
CMYK 0 0.63 0.71 0.16
HSL 6.71º 0.65% 0.54% -
HSV(B) 6.71º 0.71% 0.84% -
XYZ 31.4 20.24 6.81 -
YUV 117.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 214 79 62 0 0.63 0.71 0.16 6.71 0.65 0.54
Hex D6 4F 3E 0 3F 47 10 7 41 36
Octal 326 117 76 0 77 107 20 7 101 66
Binary 11010110 1001111 111110 0 111111 1000111 10000 111 1000001 110110

Color Harmonies of #D64F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F3E

Black with #D64F3E

Text Example


Text Example

White with #D64F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F3E; }

 p { color: rgb(214,79,62); }

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

background-color css

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

 a { background-color: rgb(214,79,62); }

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

border-color css

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

 span { border-color: rgb(214,79,62); }

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