Html Css Color HEX #D65E3E Dark Coral

📋 copy color: '#D65E3E'

red 214 ◦ green 94 ◦ blue 62

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

Shades of Dark Coral #D65E3E

Tints of Dark Coral #D65E3E

RGB

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

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

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

R = 57.84%
G = 25.41%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D65E3E (or 0xD65E3E) is known color: Dark Coral. HEX triplet: D6, 5E and 3E. RGB value is (214,94,62). Sum of RGB (Red+Green+Blue) = 214+94+62=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E3E is #29A1C1. Grayscale: #7E7E7E. Windows color (decimal): -2728386 or 4087510. OLE color: 4087510.

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

Color convert

RGB 214 94 62 -
CMYK 0 0.56 0.71 0.16
HSL 12.63º 0.65% 0.54% -
HSV(B) 12.63º 0.71% 0.84% -
XYZ 32.6 22.65 7.21 -
YUV 126.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 214 94 62 0 0.56 0.71 0.16 12.63 0.65 0.54
Hex D6 5E 3E 0 38 47 10 D 41 36
Octal 326 136 76 0 70 107 20 15 101 66
Binary 11010110 1011110 111110 0 111000 1000111 10000 1101 1000001 110110

Color Harmonies of #D65E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E3E

Black with #D65E3E

Text Example


Text Example

White with #D65E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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